From 1878a3d6ab7e4296671eaa827623cc874d1f12c5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 17 Sep 2013 21:46:10 +0000 Subject: lantiq: add v3.10 patches Signed-off-by: John Crispin SVN-Revision: 38031 --- ...ntiq-make-use-of-spi_finalize_current_mes.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 target/linux/lantiq/patches-3.8/0002-SPI-MIPS-lantiq-make-use-of-spi_finalize_current_mes.patch (limited to 'target/linux/lantiq/patches-3.8/0002-SPI-MIPS-lantiq-make-use-of-spi_finalize_current_mes.patch') diff --git a/target/linux/lantiq/patches-3.8/0002-SPI-MIPS-lantiq-make-use-of-spi_finalize_current_mes.patch b/target/linux/lantiq/patches-3.8/0002-SPI-MIPS-lantiq-make-use-of-spi_finalize_current_mes.patch deleted file mode 100644 index e0d1645bdf..0000000000 --- a/target/linux/lantiq/patches-3.8/0002-SPI-MIPS-lantiq-make-use-of-spi_finalize_current_mes.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 8b921ffd449431543832b0e76389eb289cc78bb8 Mon Sep 17 00:00:00 2001 -From: John Crispin -Date: Tue, 29 Jan 2013 21:24:17 +0100 -Subject: [PATCH 02/40] SPI: MIPS: lantiq: make use of - spi_finalize_current_message - -Rather than calling m->complete() directly we choose the sane way and call -spi_finalize_current_message instead. - -Signed-off-by: Thomas Langer -Signed-off-by: John Crispin ---- - drivers/spi/spi-falcon.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/spi/spi-falcon.c -+++ b/drivers/spi/spi-falcon.c -@@ -398,7 +398,7 @@ static int falcon_sflash_xfer_one(struct - } - - m->status = ret; -- m->complete(m->context); -+ spi_finalize_current_message(master); - - return 0; - } -- cgit v1.2.3