Advertisement
Guest User

Untitled

a guest
Mar 13th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.53 KB | None | 0 0
  1. iff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
  2. index 9715a7b..aa4f4ef 100644
  3. --- a/drivers/mtd/nand/nand_base.c
  4. +++ b/drivers/mtd/nand/nand_base.c
  5. @@ -2680,7 +2680,7 @@ int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
  6.                 pr_debug("%s: device is write protected!\n",
  7.                                 __func__);
  8.                 instr->state = MTD_ERASE_FAILED;
  9. -               goto erase_exit;
  10. +/*             goto erase_exit;*/
  11.         }
  12.  
  13.         /* Loop through the pages */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement