From: John W. Linville Date: Wed, 18 May 2005 17:41:33 +0000 (-0400) Subject: [PATCH] tulip: add return to ULI526X clause in tulip_mdio_write X-Git-Tag: v2.6.12-rc6~160^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9092f46b5aed4515d9a427d5dab3be1584851f07;p=pandora-kernel.git [PATCH] tulip: add return to ULI526X clause in tulip_mdio_write The 'if' clause for ULI526X in tulip_mdio_write allows for spin_unlock_irqrestore to be called twice for tp->mii_lock. I believe this is caused by the unintentional omission of a return at the end of that clause. This patch adds that return. Signed-off-by: John W. Linville --- Reading git-diff-tree failed