staging: rtl8723bs: os_dep: Remove true and false comparison
authorMamta Shukla <mamtashukla555@gmail.com>
Thu, 11 Oct 2018 17:44:42 +0000 (23:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Oct 2018 18:20:06 +0000 (20:20 +0200)
commite2b13595ae86476ff6774570a755b5ecd3989ec3
tree3afd06ad9e589222b056ef119915796d67777782
parentb4fc4e8340784e000030c5a59bf0791f9c3ce15e
staging: rtl8723bs: os_dep: Remove true and false comparison

Remove comparison to true and false in if statement.
Issue found with checkpatch.pl
CHECK: Using comparison to true is error prone
CHECK: Using comparison to false is error prone

Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>
ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c