staging: rtl8192e: remove empty cases from switch statements
authorMichael Straube <straube.linux@gmail.com>
Thu, 22 Feb 2024 11:27:22 +0000 (12:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2024 14:10:16 +0000 (14:10 +0000)
commit53af41337438f0d7b226856f31d973e03591b0d0
tree263eea8858f9a5f8ce348971a20e52eaf90d1fa3
parentdadfab23abab4d01d1cdd4592a63ca6151c157ff
staging: rtl8192e: remove empty cases from switch statements

Rmove empty cases from switch statements to improve readability.
All of these empty cases are covered by a default case already.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240222112723.18428-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c