staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirm
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 16 Apr 2018 10:29:32 +0000 (12:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:29:53 +0000 (14:29 +0200)
commit6704ddbb850e41f8f8dfb23dc090a20aaaaaba88
tree6107a9b479908724b337bd9543b04cd92b3b446a
parentd6a72502e3f37f4ae8118c724cf269a17dc73529
staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirm

This commit groups some case statements because its behaviour is
just do nothing which is the same as the default. Clean 'break'
keyword in those which are affected.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c