]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: gpmi: delete the gpmi_pre_bbt_scan
authorHuang Shijie <b32955@freescale.com>
Thu, 14 Nov 2013 06:25:45 +0000 (14:25 +0800)
committerHuang Shijie <b32955@freescale.com>
Tue, 19 Nov 2013 02:01:31 +0000 (10:01 +0800)
commit042210bf5f845693a3d9bb0f2111cc7a3cb9dd0b
tree3cc749b5511315e4112260e51fe7a28a5b7abd24
parentaf0167808294adbffd92e3f193caf084ef0dfc00
mtd: gpmi: delete the gpmi_pre_bbt_scan

We do not scan the BBT after we call the gpmi_pre_bbt_scan,
so it has lost the meaning of existence.

This patch merges this function into gpmi_init_last, and delete it.
This patch does not change any logic.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/gpmi-nand/gpmi-nand.c