From: Ben Hutchings Date: Fri, 19 Feb 2010 13:29:27 +0000 (+0000) Subject: sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll() X-Git-Tag: v2.6.33~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0bf54c93a15c365a37cfc4fe0137f5bc012d1b9;p=pandora-kernel.git sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll() efx_mcdi_poll() uses positive error numbers, matching the MCDI protocol. It must negate the result of efx_mcdi_poll_reboot() which returns the usual negative error numbers. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed