pstore/ram: Standardize module name in ramoops
authorKees Cook <keescook@chromium.org>
Fri, 26 Oct 2018 08:14:01 +0000 (01:14 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 4 Dec 2018 00:52:35 +0000 (16:52 -0800)
commit9ee85b8bd3cab1a151850b6648cab7ed2e0d8192
treeb8a17a557898de4ef41234bb32df8f298ad93f0f
parent7684bd334d9d4ca4f09873e88d9c0131a2cf6c3b
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>
fs/pstore/ram_core.c