From: Hari Bathini Date: Mon, 11 May 2015 08:23:43 +0000 (+0530) Subject: powerpc/nvram: print no error when pstore backend is not nvram X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74943dab6b155b1a9d4037b7f01a396f28f9c44a;p=pandora-kernel.git powerpc/nvram: print no error when pstore backend is not nvram Pstore only supports one backend at a time. The preferred pstore backend is set by passing the pstore.backend= argument to the kernel at boot time. Currently, while trying to register with pstore, nvram throws an error message even when "pstore.backend != nvram", which is unnecessary. This patch removes the error message in case "pstore.backend != nvram". Signed-off-by: Hari Bathini Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed