mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
f33113b542
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:
|
||
---|---|---|
.. | ||
afs.c | ||
ar7part.c | ||
bcm47xxpart.c | ||
bcm63xxpart.c | ||
cmdlinepart.c | ||
Kconfig | ||
Makefile | ||
ofpart.c | ||
parser_imagetag.c | ||
parser_trx.c | ||
redboot.c | ||
sharpslpart.c |