]> git.baikalelectronics.ru Git - kernel.git/commit
smsc911x: register irq with device name, not driver name
authorSteve Glendinning <steve.glendinning@smsc.com>
Sun, 11 Jan 2009 08:14:52 +0000 (00:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Jan 2009 08:14:52 +0000 (00:14 -0800)
commit8b4c372ff8362cec7eb91a048893a03a97a2705a
treeff45323f114d7ffb70b856aca1b6d18324fc9cb0
parent70a604e9f6afe97563fd5c0f00d5693c89769305
smsc911x: register irq with device name, not driver name

This change lets "cat /proc/interrupts" show the name of the ethernet
device (e.g. eth0) rather than the driver name (smsc911x).

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/smsc911x.c