]> git.baikalelectronics.ru Git - kernel.git/commit
netdev: uniquify the tx_timeout name
authorArjan van de Ven <arjan@infradead.org>
Sun, 5 Oct 2008 07:35:05 +0000 (07:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 00:09:54 +0000 (17:09 -0700)
commite5d08e6643dfd97eeea00c2259df778b56f05a92
tree47c7c9ea8e294004a98563c45385841cae13b983
parent7286e295b17a176064abfa41412ecb7ba408ac5a
netdev: uniquify the tx_timeout name

there's several drivers that have use "tx_timeout" for the .. tx
timeout function.  All fine with that, they're static, however for
doing stats on how often which driver hits the timeout it's a tad
unfortunate. The patch below gives the ones I found in the
kerneloops.org database unique names.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fealnx.c
drivers/net/natsemi.c
drivers/net/pcmcia/xirc2ps_cs.c