From: Antony Pavlov Date: Fri, 11 Feb 2011 10:00:37 +0000 (+0300) Subject: mtd: jedec_probe: Change variable name from cfi_p to cfi X-Git-Tag: v2.6.37.5~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663c4358da748c42d7bc9faa5a6d506653861c51;p=pandora-kernel.git 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 Acked-by: Guillaume LECERF Signed-off-by: David Woodhouse Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed