mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-13 17:45:09 -05:00
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 <b32955@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
committed by
Brian Norris
parent
d7364a2710
commit
bd92029cdb
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user