Re: [PATCH] i2c: adv7183: use module_i2c_driver to simplify the code

2012-10-08 Thread Scott Jiang
2012/10/8 Wei Yongjun : > From: Wei Yongjun > > Use the module_i2c_driver() macro to make the code smaller > and a bit simpler. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun Acked-by: Scott Jiang > --- > drivers/media

[PATCH] i2c: adv7183: use module_i2c_driver to simplify the code

2012-10-08 Thread Wei Yongjun
From: Wei Yongjun Use the module_i2c_driver() macro to make the code smaller and a bit simpler. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/media/i2c/adv7183.c | 13 + 1 file changed, 1 insertion(+), 1