From: Sergei Shtylyov Date: Fri, 20 Dec 2013 19:09:04 +0000 (+0300) Subject: phy: IRQ cannot be shared X-Git-Tag: v3.13-rc7~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c133cc7598e60976a069344910d63e56cc4401;p=pandora-kernel.git phy: IRQ cannot be shared With the way PHY IRQ handler is implemented (all real handling being pushed to the workqueue and returning IRQ_HANDLED all the time PHY is active), we cannot really claim that PHY IRQ can be shared when calling request_irq(). Signed-off-by: Sergei Shtylyov Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed