[PATCHv3 2/2] mtd: spi-nor: indent issi section

Cyrille Pitchen cyrille.pitchen at wedev4u.fr
Wed Dec 20 07:29:41 PST 2017


Le 15/12/2017 à 08:33, Sean Nyekjaer a écrit :
> Signed-off-by: Sean Nyekjaer <sean.nyekjaer at prevas.dk>

Applied to the spi-nor/next branch of linux-mtd

Thanks!

> ---
>  drivers/mtd/spi-nor/spi-nor.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index f7676aa50ce6..74153796b6fe 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -1045,10 +1045,10 @@ static const struct flash_info spi_nor_ids[] = {
>  	{ "640s33b",  INFO(0x898913, 0, 64 * 1024, 128, 0) },
>  
>  	/* ISSI */
> -	{ "is25cd512", INFO(0x7f9d20, 0, 32 * 1024,   2, SECT_4K) },
> +	{ "is25cd512",  INFO(0x7f9d20, 0, 32 * 1024,   2, SECT_4K) },
>  	{ "is25lq040b", INFO(0x9d4013, 0, 64 * 1024,  8,
>  			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
> -	{ "is25lp128", INFO(0x9d6018, 0, 64 * 1024, 256,
> +	{ "is25lp128",  INFO(0x9d6018, 0, 64 * 1024, 256,
>  			SECT_4K | SPI_NOR_DUAL_READ) },
>  
>  	/* Macronix */
> 




More information about the linux-mtd mailing list