]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/hid/hid-kye.c
HID: kye: Fix missing break in kye_report_fixup()
authorBen Hutchings <ben@decadent.org.uk>
Sat, 30 Nov 2013 19:12:27 +0000 (19:12 +0000)
committerJiri Kosina <jkosina@suse.cz>
Mon, 2 Dec 2013 14:17:04 +0000 (15:17 +0100)
commit0a5f99cfff2297f6c350b7f54878cbbf1b1253d5
treeeff8e719cc68f46c6cb1d8f3598fd8f9d30fedc0
parent80897aa787ecd58eabb29deab7cbec9249c9b7e6
HID: kye: Fix missing break in kye_report_fixup()

The change to support Genius Manticore Keyboard also changed behaviour
for Genius Gx Imperator Keyboard, as there is no break between the
cases.  This is presumably a mistake.

Reported by Coverity as CID 1134029.

Fixes: 4a2c94c9b6c0 ('HID: kye: Add report fixup for Genius Manticore Keyboard')
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-kye.c