]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:45:36 +0000 (12:45 -0700)
commitcad501be7dab2f50df805e3e04fac36b6276156a
tree953aec14588e672ca3ecb54aed52f6c47dfb47ef
parent4a4465f1079bb6bb733e3ea5de79effc08f54bf2
mtd: jedec_probe: Change variable name from cfi_p to cfi

commit efba2e313ea1b1bd69a7c4659263becf43bb1adc upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mtd/chips/jedec_probe.c