Re: [PATCH 02/15] rtc: rtc-88pm860x: use dev_get_platdata()

2013-10-09 Thread Haojian Zhuang
On 23 September 2013 17:40, Jingoo Han wrote: > 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 > --- > drivers/rtc/rtc-88

[PATCH 02/15] rtc: rtc-88pm860x: use dev_get_platdata()

2013-09-23 Thread Jingoo Han
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 --- drivers/rtc/rtc-88pm860x.c |2 +- 1 file changed, 1 insertion(+), 1 deleti