From: Andy Fleming Date: Wed, 18 Jul 2007 06:06:28 +0000 (-0500) Subject: Fix error checking in Vitesse IRQ config X-Git-Tag: v2.6.23-rc2~293^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52cb1c2b70d9d2a81e842b90456b7a8158541ffd;p=pandora-kernel.git Fix error checking in Vitesse IRQ config phy_read() returns a negative number if there's an error, but the error-checking code in the Vitesse driver's config_intr function triggers if phy_read() returns non-zero. Correct that. Signed-off-by: Andy Fleming Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed