Re: [PATCH] HID: corsair: Convert to use module_hid_driver
From: Clément VUCHENER <hidden>
Date: 2015-12-20 11:08:43
2015-12-16 9:56 GMT+01:00 Axel Lin [off-list ref]:
Signed-off-by: Axel Lin <redacted>
I am not sure if I am required to ack trivial patches, but no one answered. I have no preference toward the old or new code. If it is the prefered way to do that, I have no problem with it. Acked-by: Clément Vuchener <redacted>
quoted hunk ↗ jump to hunk
--- drivers/hid/hid-corsair.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-)diff --git a/drivers/hid/hid-corsair.c b/drivers/hid/hid-corsair.c index bcefb9e..5855196 100644 --- a/drivers/hid/hid-corsair.c +++ b/drivers/hid/hid-corsair.c@@ -655,18 +655,7 @@ static struct hid_driver corsair_driver = { .input_mapping = corsair_input_mapping, }; -static int __init corsair_init(void) -{ - return hid_register_driver(&corsair_driver); -} - -static void corsair_exit(void) -{ - hid_unregister_driver(&corsair_driver); -} - -module_init(corsair_init); -module_exit(corsair_exit); +module_hid_driver(corsair_driver); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Clement Vuchener"); --2.1.4
-- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html