aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-02 18:55:55 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-02 18:55:55 +0200
commit00813d4dd976cc823fa089840ff2f4a10dd6cd0c (patch)
tree8f2c74a928c9ea0eceb64809d9039db824ae6663 /target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch
parent19226502bf6393706defe7f049c587b32c9b4f33 (diff)
downloadupstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.gz
upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.bz2
upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.zip
brcm2708: remove linux 4.14 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch')
-rw-r--r--target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch b/target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch
deleted file mode 100644
index 55a93ca4aa..0000000000
--- a/target/linux/brcm2708/patches-4.14/950-0364-Fix-one-more-log-message-ending-in-two-newlines.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 2caa88a2dd1b282bf71a54a7e00df3e7df502d94 Mon Sep 17 00:00:00 2001
-From: Andreas Gustafsson <gson@gson.org>
-Date: Wed, 8 Aug 2018 22:23:40 +0300
-Subject: [PATCH 364/454] Fix one more log message ending in two newlines.
-
-Signed-off-by: Andreas Gustafsson <gson@gson.org>
----
- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
-+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
-@@ -3153,7 +3153,7 @@ vchiq_pause_internal(VCHIQ_STATE_T *stat
- break;
- default:
- vchiq_log_error(vchiq_core_log_level,
-- "vchiq_pause_internal in state %s\n",
-+ "vchiq_pause_internal in state %s",
- conn_state_names[state->conn_state]);
- status = VCHIQ_ERROR;
- VCHIQ_STATS_INC(state, error_count);