Re: [PATCH -next] HID: use module_hid_driver() to simplify the code

2013-08-26 Thread Jiri Kosina
On Fri, 23 Aug 2013, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn module_hid_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/hid/hid-xinmo.c | 13 + 1 file changed,

[PATCH -next] HID: use module_hid_driver() to simplify the code

2013-08-22 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn module_hid_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/hid/hid-xinmo.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git