1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/brcm2708/patches-4.14/0399-Fix-one-more-log-message-ending-in-two-newlines.patch

27 lines
1 KiB
Diff
Raw Normal View History

2018-08-12 06:35:08 +00:00
From 28439cac4c404dd0a82b2b2280e7690ef1431c1e Mon Sep 17 00:00:00 2001
From: Andreas Gustafsson <gson@gson.org>
Date: Wed, 8 Aug 2018 22:23:40 +0300
Subject: [PATCH 399/401] 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(-)
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
index a457034818c3..5b79bf1f2a54 100644
--- 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 *state)
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);
--
2.16.1