From 62f269ef819156889b121ae27998e928b784c219 Mon Sep 17 00:00:00 2001 From: Wang Long Date: Mon, 9 Mar 2015 07:39:07 +0000 Subject: [PATCH] pstore: Fix the ramoops module parameters update In the function ramoops_probe, the console_size, pmsg_size, ftrace_size may be update because the value is not the power of two. We should update the module parameter variables as well so they are visible through /sys/module/ramoops/parameters correctly. Signed-off-by: Wang Long Acked-by: Mark Salyzyn Acked-by: Kees Cook Signed-off-by: Tony Luck --- Reading git-format-patch failed