From: Wang Long Date: Mon, 9 Mar 2015 07:39:07 +0000 (+0000) Subject: pstore: Fix the ramoops module parameters update X-Git-Tag: omap-for-v4.2/o2_dc~144^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f269ef819156889b121ae27998e928b784c219;p=pandora-kernel.git 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-diff-tree failed