linux/drivers/staging/rtl8723bs
Colin Ian King d9c7dd5db1 staging: rtl8723bs: clean up identical code on an if statement
The two different paths for an if statement are identical and hence
we can just replace it with the single statement.

Detected by CoverityScan, CID#1428443 ("Identical code for
different branches")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-18 13:54:25 +02:00
..
core staging: rtl8723bs: clean up identical code on an if statement 2017-04-18 13:54:25 +02:00
hal staging: rtl8723bs: fix spelling mistake: "acquire" 2017-04-11 16:00:54 +02:00
include
os_dep staging: rtl8723bs: ensure cmd is large enough for %4s scanf format 2017-04-14 10:22:03 +02:00
Kconfig staging: rtl8723bs: force driver to be built as a module. 2017-04-11 07:35:53 +02:00
Makefile
TODO