Tag: a6ddd2f1b99f1c00b4e00289b13c3e451c7130b0

drm/udl: Use module_usb_driver

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Macro module_usb_driver is used for drivers whose init and exit paths only register and unregister to usb API. So remove boilerplate code to make code simpler by using module_usb_driver. This change was made with the help of the following Coccinelle semantic patch: // @a@ identifier f, x; @@ -static f(…) …

Continue reading