]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8723bs: Remove switch(type) as type is constant
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 23 Jun 2024 17:56:56 +0000 (19:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2024 13:25:55 +0000 (15:25 +0200)
commitbdee203cd80ce2d3b0a52015ecfde6ad45d01eb9
treef1291634ba5f3aabd2bdc069b061fe3e0f0d5722
parent129d829ddac59f76bde75fd30d176e2bcd4e6276
staging: rtl8723bs: Remove switch(type) as type is constant

Remove switch(type) as type is constant and never matches any of the
cases.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/1e3982de9a03e75931bf7977fca83c5402084aa4.1719155208.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c