From: Jingoo Han Date: Tue, 12 Nov 2013 23:10:37 +0000 (-0800) Subject: drivers/rtc/rtc-88pm860x.c: use dev_get_platdata() X-Git-Tag: v3.13-rc1~106^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82df0b28557a3e4cad4b8258b19bb61d097da9df;p=pandora-kernel.git drivers/rtc/rtc-88pm860x.c: use dev_get_platdata() Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. This is a cosmetic change to make the code simpler and enhance the readability. Signed-off-by: Jingoo Han Acked-by: Haojian Zhuang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed