Re: [PATCH V2] backlight: ep93xx_bl: remove incorrect __init annotation

2013-03-05 Thread Ryan Mallon
On 04/03/13 20:02, Jingoo Han wrote: > When platform_driver_probe() is not used, bind/unbind via sysfs is > enabled. Thus, __init/__exit annotations should be removed from > probe()/remove(). > > Signed-off-by: Jingoo Han Acked-by: Ryan Mallon > --- > Changes since v1: > - Fix typo of the

Re: [PATCH V2] backlight: ep93xx_bl: remove incorrect __init annotation

2013-03-05 Thread Ryan Mallon
On 04/03/13 20:02, Jingoo Han wrote: When platform_driver_probe() is not used, bind/unbind via sysfs is enabled. Thus, __init/__exit annotations should be removed from probe()/remove(). Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Ryan Mallon rmal...@gmail.com --- Changes

[PATCH V2] backlight: ep93xx_bl: remove incorrect __init annotation

2013-03-04 Thread Jingoo Han
When platform_driver_probe() is not used, bind/unbind via sysfs is enabled. Thus, __init/__exit annotations should be removed from probe()/remove(). Signed-off-by: Jingoo Han --- Changes since v1: - Fix typo of the subject: __exit --> __init drivers/video/backlight/ep93xx_bl.c |2 +- 1

[PATCH V2] backlight: ep93xx_bl: remove incorrect __init annotation

2013-03-04 Thread Jingoo Han
When platform_driver_probe() is not used, bind/unbind via sysfs is enabled. Thus, __init/__exit annotations should be removed from probe()/remove(). Signed-off-by: Jingoo Han jg1@samsung.com --- Changes since v1: - Fix typo of the subject: __exit -- __init