diff options
Diffstat (limited to 'drivers/mtd/ubi/block.c')
-rw-r--r-- | drivers/mtd/ubi/block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c index cd6be981be30..16e67318acf3 100644 --- a/drivers/mtd/ubi/block.c +++ b/drivers/mtd/ubi/block.c | |||
@@ -201,7 +201,7 @@ static int ubiblock_read(struct ubiblock *dev, char *buffer, | |||
201 | int ret, leb, offset; | 201 | int ret, leb, offset; |
202 | int bytes_left = len; | 202 | int bytes_left = len; |
203 | int to_read = len; | 203 | int to_read = len; |
204 | loff_t pos = sec << 9; | 204 | u64 pos = sec << 9; |
205 | 205 | ||
206 | /* Get LEB:offset address to read from */ | 206 | /* Get LEB:offset address to read from */ |
207 | offset = do_div(pos, dev->leb_size); | 207 | offset = do_div(pos, dev->leb_size); |