kernel: fix MIPS memory function optimization build error in decompressor
[openwrt/staging/yousong.git] / target / linux / generic / patches-4.9 / 460-mtd-cfi_cmdset_0002-no-erase_suspend.patch
1 --- a/drivers/mtd/chips/cfi_cmdset_0002.c
2 +++ b/drivers/mtd/chips/cfi_cmdset_0002.c
3 @@ -807,7 +807,7 @@ static int get_chip(struct map_info *map
4 return 0;
5
6 case FL_ERASING:
7 - if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) ||
8 + if (1 /* no suspend */ || !cfip || !(cfip->EraseSuspend & (0x1|0x2)) ||
9 !(mode == FL_READY || mode == FL_POINT ||
10 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2))))
11 goto sleep;