From: Jingoo Han Date: Tue, 12 Nov 2013 23:10:52 +0000 (-0800) Subject: drivers/rtc/rtc-sh.c: use dev_get_platdata() X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~11398^2~46 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e58c18d434a44d0d4402ea08f08c6ed0f4c4ff72;p=mirror_ubuntu-artful-kernel.git drivers/rtc/rtc-sh.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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-sh.c b/drivers/rtc/rtc-sh.c index 6d87e26355a3..d0d2b047658b 100644 --- a/drivers/rtc/rtc-sh.c +++ b/drivers/rtc/rtc-sh.c @@ -649,8 +649,9 @@ static int __init sh_rtc_probe(struct platform_device *pdev) clk_enable(rtc->clk); rtc->capabilities = RTC_DEF_CAPABILITIES; - if (pdev->dev.platform_data) { - struct sh_rtc_platform_info *pinfo = pdev->dev.platform_data; + if (dev_get_platdata(&pdev->dev)) { + struct sh_rtc_platform_info *pinfo = + dev_get_platdata(&pdev->dev); /* * Some CPUs have special capabilities in addition to the