diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-12-30 11:29:45 +0800 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-01-21 20:00:34 +0100 |
commit | f33113b542219448fa02d77ca1c6f4265bd7f130 (patch) | |
tree | f91752cec049cae48bf7226ebbdd7e460dded248 /scripts/bpf_helpers_doc.py | |
parent | 05a5a6e57e6aebdab588d47acc8643e566c170fa (diff) |
mtd: sharpslpart: Fix unsigned comparison to zero
The unsigned variable log_num is being assigned a return value
from the call to sharpsl_nand_get_logical_num that can return
-EINVAL.
Detected using Coccinelle:
./drivers/mtd/parsers/sharpslpart.c:207:6-13: WARNING: Unsigned expression compared with zero: log_num > 0
Fixes: 8a4580e4d298 ("mtd: sharpslpart: Add sharpslpart partition parser")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions