staging: ks7010: remove nonsense break from case block
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 16 Apr 2018 10:29:28 +0000 (12:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:29:50 +0000 (14:29 +0200)
commitd3bef56b75ca494bcf249c760152bdb03e488da5
tree6850f24a57f6b271611d6f22980af87635299959
parentabca20adc5ebd968ea330763c8f7004de62b25e2
staging: ks7010: remove nonsense break from case block

This commit removes 'break' from case block because the
code is just using the 'default' break for some cases and
this one can be included also there.

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