]> git.baikalelectronics.ru Git - kernel.git/commit
USB: misc: usb3503: use module_i2c_driver to simplify the code
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 11 Mar 2013 15:23:23 +0000 (23:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:48:10 +0000 (11:48 -0700)
commit2d95f45801ec67ed27292d6a456338b67e921525
tree9bf3216e8f65e66d83bbd073c6a87bd63d45beda
parentcea25cfb23e90baa1bb93344b610c6fe68f0693b
USB: misc: usb3503: use module_i2c_driver to simplify the code

Use the module_i2c_driver() macro to make the code smaller
and a bit simpler.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usb3503.c