]> git.baikalelectronics.ru Git - kernel.git/commit
lance: Fix hardcoded interrupt name lp->name to use system device value
authorNate Levesque <thenaterhood@gmail.com>
Sat, 21 Sep 2013 18:49:41 +0000 (18:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2013 21:38:32 +0000 (17:38 -0400)
commit51c2175ef65c924f81565474fd0d002e26b68f73
tree9a60e108b19a4527d50e969302b80487a68f091e
parent46c395522643d2dd87f5d50ae81df641f88656fb
lance: Fix hardcoded interrupt name lp->name to use system device value

The lance interrupt handler was using the hard-coded name which would make it difficult to tell where the interrupt came from. Changed to use the device name that made the interrupt.

Signed-off-by: Nate Levesque <thenaterhood@gmail.com>
Reviewed-by: Matthew Whitehead <tedheadster@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/lance.c