staging: rtl8723bs: hal: rtl8723b_cmd: fix comparison to true is error prone
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Tue, 18 Jun 2019 18:59:27 +0000 (00:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:43:01 +0000 (14:43 +0200)
commitf2e741cbba1cadbd94631494407e08d13710bbb5
tree58b36e0158ab8959c7975a910e452db30d98076b
parenta029e223458f5b0a858204681f5f015f163a8259
staging: rtl8723bs: hal: rtl8723b_cmd: fix comparison to true is error prone

this patch fixes below issues reported by checkpatch

CHECK: Using comparison to true is error prone
CHECK: Using comparison to false is error prone

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c