From: Sergei Shtylylov Date: Tue, 25 Jul 2006 20:53:53 +0000 (+0400) Subject: [PATCH] Stop calling phy_stop_interrupts() twice X-Git-Tag: v2.6.18-rc4~47^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817acf5ebd9ea21f134fc90064b0f6686c5b169d;p=pandora-kernel.git [PATCH] Stop calling phy_stop_interrupts() twice Prevent phylib from freeing PHY IRQ twice on closing an eth device: phy_disconnect() first calls phy_stop_interrupts(), then it calls phy_stop_machine() which in turn calls phy_stop_interrupts() making the kernel complain on each bootup... Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed