From: Huang Shijie Date: Thu, 14 Nov 2013 06:25:46 +0000 (+0800) Subject: mtd: gpmi: remove the unused line X-Git-Tag: next-20140106~56^2~84 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bd92029cdb07bd82293d4ff3cd1123d5b012ad8a;p=karo-tx-linux.git mtd: gpmi: remove the unused line We do not use the chip->oob_poi in the mx23_write_transcription_stamp. So remove the unused line. Signed-off-by: Huang Shijie Signed-off-by: Brian Norris --- diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c index 9bce04bd3cac..1faf198a1085 100644 --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c @@ -1439,7 +1439,6 @@ static int mx23_write_transcription_stamp(struct gpmi_nand_data *this) /* Write the NCB fingerprint into the page buffer. */ memset(buffer, ~0, mtd->writesize); - memset(chip->oob_poi, ~0, mtd->oobsize); memcpy(buffer + 12, fingerprint, strlen(fingerprint)); /* Loop through the first search area, writing NCB fingerprints. */