Signed-off-by: Sascha Hauer <[email protected]>
---
 drivers/mtd/nand/nand-bb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/nand-bb.c b/drivers/mtd/nand/nand-bb.c
index fcc4821..0377f1e 100644
--- a/drivers/mtd/nand/nand-bb.c
+++ b/drivers/mtd/nand/nand-bb.c
@@ -74,7 +74,7 @@ static ssize_t nand_bb_read(struct cdev *cdev, void *buf, 
size_t count,
                }
 
                now = min(count, (size_t)(bb->info.erasesize -
-                               (bb->offset % bb->info.erasesize)));
+                               ((size_t)bb->offset % bb->info.erasesize)));
                ret = cdev_read(parent, buf, now, bb->offset, 0);
                if (ret < 0)
                        return ret;
-- 
1.7.10


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to