forked from Minki/linux
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>
This commit is contained in:
parent
702403af28
commit
08168f7164
@ -1969,7 +1969,7 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)
|
||||
smsc911x_reg_write(pdata, INT_STS, 0xFFFFFFFF);
|
||||
|
||||
retval = request_irq(dev->irq, smsc911x_irqhandler, IRQF_DISABLED,
|
||||
SMSC_CHIPNAME, dev);
|
||||
dev->name, dev);
|
||||
if (retval) {
|
||||
SMSC_WARNING(PROBE,
|
||||
"Unable to claim requested irq: %d", dev->irq);
|
||||
|
Loading…
Reference in New Issue
Block a user