]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (mc13783-adc.c) use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 03:12:55 +0000 (12:12 +0900)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 21 Mar 2013 15:09:40 +0000 (08:09 -0700)
commit2f90226d6e089b400619f51aaca1f5bd83f54a42
tree1c8998476090057f8eac32d487d7b139b6abcd8a
parent2ffdd7e23cde5a8b94d41ec0adfdd58cffe67f3a
hwmon: (mc13783-adc.c) use module_platform_driver_probe()

This patch uses module_platform_driver_probe() macro which makes
the code smaller and simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/mc13783-adc.c