commit | ae0219cb441cf5f471feb90961b1e93a91ba6db6 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Oct 16 19:56:52 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 17 11:18:08 2016 -0400 |
tree | 9eb9dfc0e1ae07510308e89096ec3e5b7a1ff244 | |
parent | 664fcf123a30edf16b47d2ce1f610d654ba917b2 [diff] |
net: phy: Use phy name when requesting the interrupt Using the fixed name "phy_interrupt" is not very informative in /proc/interrupts when there are a lot of phys, e.g. a device with an Ethernet switch. So when requesting the interrupt, use the name of the phy. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>