From: Greg Kurz Date: Tue, 25 Nov 2014 16:10:06 +0000 (+0100) Subject: powerpc: Drop useless warning in eeh_init() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~120^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221195fb80daa1a0c2fd54a023081c416fe93340;p=pandora-kernel.git powerpc: Drop useless warning in eeh_init() This is what we get in dmesg when booting a pseries guest and the hypervisor doesn't provide EEH support. [ 0.166655] EEH functionality not supported [ 0.166778] eeh_init: Failed to call platform init function (-22) Since both powernv_eeh_init() and pseries_eeh_init() already complain when hitting an error, it is not needed to print more (especially such an uninformative message). Signed-off-by: Greg Kurz Acked-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed