commit | a88c844c1748ba494d38b1053829ec046c74ebfd | [log] [tgz] |
---|---|---|
author | Don Fry <brazilnut@us.ibm.com> | Tue Nov 01 12:04:33 2005 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Nov 05 14:40:55 2005 -0500 |
tree | d9897386dc4254134cc6e5ca1e6c63f76544fa43 | |
parent | 571de88b87e978b21ac4da481d317678aac9e562 [diff] |
[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>