From: Gavin Shan Date: Tue, 30 Sep 2014 02:38:50 +0000 (+1000) Subject: powerpc/eeh: Drop unused argument in eeh_check_failure() X-Git-Tag: fixes-against-v3.18-rc2~117^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e938052fb7655c91ff031dd93f064b4087a1387;p=pandora-kernel.git powerpc/eeh: Drop unused argument in eeh_check_failure() eeh_check_failure() is used to check frozen state of the PE which owns the indicated I/O address. The argument "val" of the function isn't used. The patch drops it and return the frozen state of the PE as expected. Cc: Vishal Mansur Signed-off-by: Gavin Shan Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed