Signed-off-by: Michal Suchanek <msucha...@suse.de> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html