summary refs log tree commit diff
path: root/drivers/mtd/nand
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-12-30 11:29:45 +0800
committerMiquel Raynal <miquel.raynal@bootlin.com>2020-01-21 20:00:34 +0100
commitf33113b542219448fa02d77ca1c6f4265bd7f130 (patch)
treef91752cec049cae48bf7226ebbdd7e460dded248 /drivers/mtd/nand
parent05a5a6e57e6aebdab588d47acc8643e566c170fa (diff)
downloadlinux-f33113b542219448fa02d77ca1c6f4265bd7f130.tar.gz
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 'drivers/mtd/nand')
0 files changed, 0 insertions, 0 deletions