diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-03 14:03:29 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-03 17:00:29 +0200 |
commit | 3209f5ae3d54e6f028e2e54314180a1be5b4896e (patch) | |
tree | 75b0fbb1bf4ed9bc6990fdf1aa09613786cfe0ab /target/linux/cns3xxx/patches-4.19 | |
parent | 794771afde99814b00485f335553d7203874eaea (diff) | |
download | upstream-3209f5ae3d54e6f028e2e54314180a1be5b4896e.tar.gz upstream-3209f5ae3d54e6f028e2e54314180a1be5b4896e.tar.bz2 upstream-3209f5ae3d54e6f028e2e54314180a1be5b4896e.zip |
kernel: bump 4.19 to 4.19.47
Refreshed all patches.
Compile-tested on: imx6
Runtime-tested on: imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx/patches-4.19')
-rw-r--r-- | target/linux/cns3xxx/patches-4.19/075-spi_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-4.19/075-spi_support.patch b/target/linux/cns3xxx/patches-4.19/075-spi_support.patch index e4bd129340..afa6d862df 100644 --- a/target/linux/cns3xxx/patches-4.19/075-spi_support.patch +++ b/target/linux/cns3xxx/patches-4.19/075-spi_support.patch @@ -39,7 +39,7 @@ /** --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c -@@ -1018,6 +1018,9 @@ static int spi_transfer_one_message(stru +@@ -1020,6 +1020,9 @@ static int spi_transfer_one_message(stru list_for_each_entry(xfer, &msg->transfers, transfer_list) { trace_spi_transfer_start(msg, xfer); |