X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fpatches-5.10%2F410-spi-ath79-Implement-the-spi_mem-interface.patch;fp=target%2Flinux%2Fath79%2Fpatches-5.10%2F410-spi-ath79-Implement-the-spi_mem-interface.patch;h=51a71c6ef2fdd405b8ada92560aa90c8054e8225;hp=2a6b9857fb5cc2e9327beac4231868f577586609;hb=6a57e1fbfc39a47e8a2dbe243953c7fc5e3fa4dc;hpb=678001989261618cb834050c7a08ec07671f6c94 diff --git a/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch b/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch index 2a6b9857fb..51a71c6ef2 100644 --- a/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch +++ b/target/linux/ath79/patches-5.10/410-spi-ath79-Implement-the-spi_mem-interface.patch @@ -58,7 +58,7 @@ Signed-off-by: Luiz Angelo Daros de Luca static int ath79_spi_probe(struct platform_device *pdev) { struct spi_master *master; -@@ -163,6 +197,7 @@ static int ath79_spi_probe(struct platfo +@@ -164,6 +198,7 @@ static int ath79_spi_probe(struct platfo ret = PTR_ERR(sp->base); goto err_put_master; }