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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 15:49:06 +0000 (07:49 -0800)
commit1c6d8565e19d345426179f693e46226cad5a5b60
tree2bd38bf627c9291a5ed3192693961973f60a221b
parent4e1dc5e33de343976c870510a854b98bf1b4ead7
HID: kye: Fix missing break in kye_report_fixup()

commit 0a5f99cfff2297f6c350b7f54878cbbf1b1253d5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-kye.c