commit | df5586d7bf6cce421ed48e9b2a88a8bdaa4fd9d0 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue May 16 00:23:46 2017 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Jun 01 10:09:32 2017 +0200 |
tree | 8bf6276b2bfdbe0c5d81a1a281766220cd64c537 | |
parent | 2de85e73360104d3582363dcebdcdd7dc20431be [diff] |
mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page) The core already sends the NAND_CMD_READ0 for us. Duplicating this call in the driver is useless and introduces a perf penalty. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>