From: H Hartley Sweeten Date: Mon, 17 Dec 2012 22:28:26 +0000 (-0700) Subject: HID: Use module_hid_driver macro X-Git-Tag: v3.9-rc1~112^2~1^5~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f425458eafd51b6b5ab64f407922e1198c567cb2;p=pandora-kernel.git HID: Use module_hid_driver macro Use the new module_hid_driver macro in all HID drivers that have a simple register/unregister init/exit. This also converts the hid drivers that test for a failure of hid_register_driver() and report the failure. Using module_hid_driver in those drivers removes the failure message. Signed-off-by: H Hartley Sweeten Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed