]> git.baikalelectronics.ru Git - kernel.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)
commitf0291e909b09852c62a0f6dcd259d737fafbdc53
tree2c5df5170bc7c27c256efd16253752723fd0b3cc
parentd3a81907fb3f349bc2b901bf118a200f0c9a1c16
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