[PATCH] pcnet32: show name of failing device
authorDon Fry <brazilnut@us.ibm.com>
Tue, 1 Nov 2005 20:04:33 +0000 (12:04 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 5 Nov 2005 19:40:55 +0000 (14:40 -0500)
commita88c844c1748ba494d38b1053829ec046c74ebfd
treed9897386dc4254134cc6e5ca1e6c63f76544fa43
parent571de88b87e978b21ac4da481d317678aac9e562
[PATCH] pcnet32: show name of failing device

Display the name eth%d or pci_name() of device which fails to allocate
memory.  When changing ring size via ethtool, it also releases the
lock before returning on error.  Added comment that the caller of
pcnet32_alloc_ring must call pcnet32_free_ring on error, to avoid leak.
Tested ia32 by forcing allocation errors.

Signed-off-by: Don Fry <brazilnut@us.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/pcnet32.c