diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-06 00:31:31 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-06 15:51:54 +0100 |
commit | 8b3d879861086fbb965f5bdb95e1286ec049c290 (patch) | |
tree | 26cf73971458b55c9d7d0a9f377d1a96aa69074b /target/linux/ath79 | |
parent | 7e1ab3b7462b11885a5b9a48804463dba465fe9a (diff) | |
download | upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.tar.gz upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.tar.bz2 upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.zip |
kernel: bump 5.4 to 5.4.102
Refreshed all patches.
Compile-tested on: ath79, lantiq, ipq40xx, x86_64
Runtime-tested on: ipq40xx, x86_64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-5.4/450-fix-block-protection-clearing.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.4/450-fix-block-protection-clearing.patch b/target/linux/ath79/patches-5.4/450-fix-block-protection-clearing.patch index dc76161892..863f9ddd70 100644 --- a/target/linux/ath79/patches-5.4/450-fix-block-protection-clearing.patch +++ b/target/linux/ath79/patches-5.4/450-fix-block-protection-clearing.patch @@ -17,7 +17,7 @@ Signed-off-by: Nick Hainke <vincent@systemli.org> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -1985,7 +1985,7 @@ static int sr2_bit7_quad_enable(struct s +@@ -1987,7 +1987,7 @@ static int sr2_bit7_quad_enable(struct s static int spi_nor_clear_sr_bp(struct spi_nor *nor) { int ret; |