OSDN Git Service

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)
commitf0e28d48c8641beac1239e484383c2b4764b1f02
tree9a60e108b19a4527d50e969302b80487a68f091e
parent307fc4d727a795f720a8c529223dcda9729fc402
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