OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 11... Line 11...
11 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> 11 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
12 --- 12 ---
Line 13... Line 13...
13   13  
14 --- a/drivers/mtd/spi-nor/spi-nor.c 14 --- a/drivers/mtd/spi-nor/spi-nor.c
15 +++ b/drivers/mtd/spi-nor/spi-nor.c 15 +++ b/drivers/mtd/spi-nor/spi-nor.c
16 @@ -1222,6 +1222,18 @@ static const struct flash_info *spi_nor_ 16 @@ -1209,6 +1209,18 @@ static const struct flash_info *spi_nor_
17 } 17 }
18 dev_err(nor->dev, "unrecognized JEDEC id bytes: %02x, %02x, %02x\n", 18 dev_err(nor->dev, "unrecognized JEDEC id bytes: %02x, %02x, %02x\n",
19 id[0], id[1], id[2]); 19 id[0], id[1], id[2]);
20 + 20 +