diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-22 10:06:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-27 00:19:34 +0200 |
commit | b8336ebab9fc6d725def8eeacf71a879f63bdb0a (patch) | |
tree | 36dff4b1c065e14861d2c371b75fb3775959c5e6 /target/linux/cns3xxx | |
parent | 0c25ece262e8ec44d7414d472afa8d8e5858edfa (diff) | |
download | upstream-b8336ebab9fc6d725def8eeacf71a879f63bdb0a.tar.gz upstream-b8336ebab9fc6d725def8eeacf71a879f63bdb0a.tar.bz2 upstream-b8336ebab9fc6d725def8eeacf71a879f63bdb0a.zip |
kernel: Update kernel 4.14 to version 4.14.195
Compile and runtime tested on x86/64.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/patches-4.14/075-spi_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-4.14/075-spi_support.patch b/target/linux/cns3xxx/patches-4.14/075-spi_support.patch index 401ec876e9..6921799928 100644 --- a/target/linux/cns3xxx/patches-4.14/075-spi_support.patch +++ b/target/linux/cns3xxx/patches-4.14/075-spi_support.patch @@ -39,7 +39,7 @@ /** --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c -@@ -1029,6 +1029,9 @@ static int spi_transfer_one_message(stru +@@ -1041,6 +1041,9 @@ static int spi_transfer_one_message(stru list_for_each_entry(xfer, &msg->transfers, transfer_list) { trace_spi_transfer_start(msg, xfer); |