commit | 52150c78270db56ef5c0de0bf9d13d1d437d1236 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Mar 01 17:35:07 2017 -0800 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Mar 06 14:40:34 2017 +0100 |
tree | a37cd751e12c3df714567c6ade5a7fc51b34d910 | |
parent | 933bfe4d271ef5931bc7513a1239751ed251db04 [diff] |
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>