commit | 9ee85b8bd3cab1a151850b6648cab7ed2e0d8192 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Oct 26 01:14:01 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Dec 03 16:52:35 2018 -0800 |
tree | b8a17a557898de4ef41234bb32df8f298ad93f0f | |
parent | 7684bd334d9d4ca4f09873e88d9c0131a2cf6c3b [diff] |
pstore/ram: Standardize module name in ramoops With both ram.c and ram_core.c built into ramoops.ko, it doesn't make sense to have differing pr_fmt prefixes. This fixes ram_core.c to use the module name (as ram.c already does). Additionally improves region reservation error to include the region name. Signed-off-by: Kees Cook <keescook@chromium.org>