commit | cae96a5d2bf38401b0e380f9025c375e99ac5a57 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Nov 20 12:33:24 2020 -0600 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Nov 25 14:01:55 2020 +0100 |
tree | 08c83d54401f2ef706c9e5d943faa79f9b6a62de | |
parent | c6838eeef2fbc7e3e1f83759aa016ae6b70c643e [diff] |
HID: usbhid: Fix fall-through warnings for Clang In preparation to enable -Wimplicit-fallthrough for Clang, fix a couple of warnings by explicitly adding a couple of break statements instead of letting the code fall through to the next case. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>