OSDN Git Service

staging: erofs: fix warning Comparison to bool
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Sat, 8 Jun 2019 09:39:37 +0000 (15:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 11:07:23 +0000 (13:07 +0200)
commit308f9df30bc49b5b0002c9664863f5b5e0ad9265
tree6281e17b54b0950d54485df3e5584757b7b3d55d
parent5555ebbbac822b4fa28db2be15aaf98b3c21af26
staging: erofs: fix warning Comparison to bool

fix below warnings reported by coccicheck

drivers/staging/erofs/unzip_vle.c:332:11-18: WARNING: Comparison to bool

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Reviewed-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/unzip_vle.c