mirror of
https://xff.cz/git/u-boot/
synced 2025-09-09 04:32:29 +02:00
mtd_oobavail() returns either mtd->oovabail or mtd->oobsize. Both values are unsigned 32-bit entities, so there is no reason to pretend returning a signed one. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>