|
@@ -719,7 +719,7 @@ static int write_bbt(struct mtd_info *mtd, uint8_t *buf,
|
|
|
/* Must we save the block contents? */
|
|
|
if (td->options & NAND_BBT_SAVECONTENT) {
|
|
|
/* Make it block aligned */
|
|
|
- to &= ~((loff_t)((1 << this->bbt_erase_shift) - 1));
|
|
|
+ to &= ~(((loff_t)1 << this->bbt_erase_shift) - 1);
|
|
|
len = 1 << this->bbt_erase_shift;
|
|
|
res = mtd_read(mtd, to, len, &retlen, buf);
|
|
|
if (res < 0) {
|