]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cb5b3c461adac07580b18e9bef577385f741e54
tree58b36e0158ab8959c7975a910e452db30d98076b
parentbae0b31b68a5d22058365d896a1017a27f06fb71
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