Re: [PATCH v1] staging: most: hdm_usb: Driver registration with module_driver macro

2017-08-28 Thread Andrey Shvetsov
On Sun, Aug 27, 2017 at 08:22:10AM +0300, Alex Briskin wrote: > Register with module_driver macro instead of module_init/module_exit. It must be the module_usb_driver. Also in the subject. Hint: use the imperative sentence for the subject, like "staging: most: hdm_usb: use module_usb_driver ..."

[PATCH v1] staging: most: hdm_usb: Driver registration with module_driver macro

2017-08-26 Thread Alex Briskin
Register with module_driver macro instead of module_init/module_exit. Signed-off-by: Alex Briskin --- drivers/staging/most/hdm-usb/hdm_usb.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/drivers/staging/most/hdm-usb/hdm_usb.c