diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2019-10-29 12:16:50 +0100 |
---|---|---|
committer | Tudor Ambarus <tudor.ambarus@microchip.com> | 2019-11-01 07:28:33 +0100 |
commit | 40b04958fab57a76aae1df44b029be5187f713ca (patch) | |
tree | d35ea9ac78d44945793e4996125b57e0d0064a6e | |
parent | mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods (diff) | |
download | linux-40b04958fab57a76aae1df44b029be5187f713ca.tar.xz linux-40b04958fab57a76aae1df44b029be5187f713ca.zip |
mtd: spi-nor: Drop duplicated new line
Two new lines, one after another, drop one.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
-rw-r--r-- | drivers/mtd/spi-nor/spi-nor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index aca8245fb6c4..6e82df577eed 100644 --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c @@ -541,7 +541,6 @@ static struct spi_nor *mtd_to_spi_nor(struct mtd_info *mtd) return mtd->priv; } - static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) { size_t i; |