]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
HID: hid-input: Add parentheses to quell gcc warning
authorJames C Boyd <jcboyd.dev@gmail.com>
Wed, 27 May 2015 22:09:06 +0000 (17:09 -0500)
committerJiri Kosina <jkosina@suse.cz>
Thu, 28 May 2015 08:41:44 +0000 (10:41 +0200)
commit09a5c34e8d6b05663ec4c3d22b1fbd9fec89aaf9
tree74057753855366499aca5b7affd02286fa19fd3e
parent6e01d531c9603d591826e842298a539d17436fa8
HID: hid-input: Add parentheses to quell gcc warning

GCC reports a -Wlogical-not-parentheses warning here; therefore
add parentheses to shut it up and to express our intent more.

Signed-off-by: James C Boyd <jcboyd.dev@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c