]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
HID: usbhid: Use pr_<level> and remove unnecessary OOM messages
authorJoe Perches <joe@perches.com>
Thu, 2 Mar 2017 01:35:07 +0000 (17:35 -0800)
committerJiri Kosina <jkosina@suse.cz>
Mon, 6 Mar 2017 13:40:34 +0000 (14:40 +0100)
commit52150c78270db56ef5c0de0bf9d13d1d437d1236
treea37cd751e12c3df714567c6ade5a7fc51b34d910
parent933bfe4d271ef5931bc7513a1239751ed251db04
HID: usbhid: Use pr_<level> and remove unnecessary OOM messages

Use a more common logging style and remove the unnecessary
OOM messages as there is default dump_stack when OOM.

Miscellanea:

o Hoist an assignment in an if
o Realign arguments
o Realign a deeply indented if descendent above a printk

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-core.c
drivers/hid/usbhid/hid-quirks.c