]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: probe: Hex values are in lower case
authorLuka Perkov <luka@openwrt.org>
Mon, 28 Oct 2013 09:26:41 +0000 (10:26 +0100)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Wed, 18 Dec 2013 17:53:41 +0000 (23:23 +0530)
All other hex values in sf_probe.c are in lower case so we should
fix this one too.

Signed-off-by: Luka Perkov <luka@openwrt.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/mtd/spi/sf_probe.c

index c1eb7548983355f19ce5596941ed6472f11fd1d0..2bd86b1814c12b886cb0c38a70e936746294ca75 100644 (file)
@@ -67,7 +67,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
        {"MX25L6405D",     0xc22017, 0x0,       64 * 1024,   128,                    0},
        {"MX25L12805",     0xc22018, 0x0,       64 * 1024,   256,                    0},
        {"MX25L25635F",    0xc22019, 0x0,       64 * 1024,   512,                    0},
-       {"MX25L51235F",    0xc2201A, 0x0,       64 * 1024,  1024,                    0},
+       {"MX25L51235F",    0xc2201a, 0x0,       64 * 1024,  1024,                    0},
        {"MX25L12855E",    0xc22618, 0x0,       64 * 1024,   256,                    0},
 #endif
 #ifdef CONFIG_SPI_FLASH_SPANSION       /* SPANSION */