Thread (20 messages) flat view 20 messages, 4 authors, 2017-09-29
STALE3273d

[PATCH 3/6] powerpc/fadump: stop removing quotes in argument parsing.

From: Michal Suchanek <hidden>
Date: 2017-09-15 17:03:07
Also in: lkml
Subsystem: linux for powerpc (32-bit and 64-bit), the rest · Maintainers: Madhavan Srinivasan, Linus Torvalds

Signed-off-by: Michal Suchanek <redacted>
---
 arch/powerpc/kernel/fadump.c | 7 -------
 1 file changed, 7 deletions(-)
diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c
index 1678d99ea835..275ea42a27d5 100644
--- a/arch/powerpc/kernel/fadump.c
+++ b/arch/powerpc/kernel/fadump.c
@@ -494,13 +494,6 @@ static void __init fadump_update_params(struct param_info *param_info,
 	if (!val)
 		return;
 
-	/* remove one leading and one trailing quote if both are present */
-	if ((val[0] == '"') && (val[vallen - 1] == '"')) {
-		shortening += 2;
-		vallen -= 2;
-		val++;
-	}
-
 	strncpy(tgt, FADUMP_EXTRA_ARGS_PARAM, FADUMP_EXTRA_ARGS_LEN);
 	tgt += FADUMP_EXTRA_ARGS_LEN;
 	*tgt++ = ' ';
-- 
2.10.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help