diff --git a/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch b/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch index da9e578150..4267107459 100644 --- a/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch +++ b/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch @@ -59,4 +59,4 @@ + jinfo = spi_nor_read_id(nor, name); if (IS_ERR(jinfo)) { return PTR_ERR(jinfo); - } else if (jinfo != info) { + } else if (jinfo != info) { \ No newline at end of file