]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: reorder switch cases and remove default break
authorMichael Straube <straube.linux@gmail.com>
Sat, 30 Jun 2018 18:14:38 +0000 (20:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Jul 2018 08:43:10 +0000 (10:43 +0200)
commita47e3af32cf68e08f55b248f773326871df278a2
tree6b44e1ad2691efdaa7d7e90f10391a389ec9d919
parentb83f6285cc1337ea291ec335b3f443e855e7f29b
staging: rtl8188eu: reorder switch cases and remove default break

Reorder the cases of a switch statement to be in ascending order.
Remove unrequired break from default case.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/hal_com.c