mirror of
https://xff.cz/git/u-boot/
synced 2025-09-14 23:22:27 +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>