commit | efba2e313ea1b1bd69a7c4659263becf43bb1adc | [log] [tgz] |
---|---|---|
author | Antony Pavlov <antony@niisi.msk.ru> | Fri Feb 11 13:00:37 2011 +0300 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Mar 11 12:05:24 2011 +0000 |
tree | 2c5df5170bc7c27c256efd16253752723fd0b3cc | |
parent | 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 [diff] |
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