]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: comedi: ni_660x: fix missing break in switch statement
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 12 Feb 2019 18:44:50 +0000 (12:44 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Mar 2019 21:03:07 +0000 (14:03 -0700)
commit6f06591fc56b0060714956885d120b8958fea33e
tree8f663bd91f6a7220352535ebd343b04bf37ee22f
parent888b943801226a5008feb602b44fb597992b2288
staging: comedi: ni_660x: fix missing break in switch statement

commit 479826cc86118e0d87e5cefb3df5b748e0480924 upstream.

Add missing break statement in order to prevent the code from falling
through to the default case and return -EINVAL every time.

This bug was found thanks to the ongoing efforts to enable
-Wimplicit-fallthrough.

Fixes: aa94f2888825 ("staging: comedi: ni_660x: tidy up ni_660x_set_pfi_routing()")
Cc: stable@vger.kernel.org
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_660x.c