]> git.kernelconcepts.de Git - mv-sheeva.git/commit
mtd: jedec_probe: Change variable name from cfi_p to cfi
authorAntony Pavlov <antony@niisi.msk.ru>
Fri, 11 Feb 2011 10:00:37 +0000 (13:00 +0300)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 11 Mar 2011 12:05:24 +0000 (12:05 +0000)
commitefba2e313ea1b1bd69a7c4659263becf43bb1adc
tree2c5df5170bc7c27c256efd16253752723fd0b3cc
parent1bae4ce27c9c90344f23c65ea6966c50ffeae2f5
mtd: jedec_probe: Change variable name from cfi_p to cfi

In the following commit, we'll need to use the CMD() macro in order to
fix the initialisation of the sector_erase_cmd field. That requires the
local variable to be called 'cfi', so change it first in a simple patch.

Signed-off-by: Antony Pavlov <antony@niisi.msk.ru>
Acked-by: Guillaume LECERF <glecerf@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
CC: stable@kernel.org
drivers/mtd/chips/jedec_probe.c