]> bbs.cooldavid.org Git - jme.git/commit
drivers/net: Remove alloc_etherdev error messages
authorJoe Perches <joe@perches.com>
Sun, 29 Jan 2012 13:47:52 +0000 (13:47 +0000)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Wed, 22 Feb 2012 18:17:49 +0000 (02:17 +0800)
commitec87e3d5376773f0e4e686a116e834944649abf5
tree7d0077fc7dfba83006c3cdd5fb0139f0a47833b6
parent314d65d82991529b3d329471d3c232c0b82b10e2
drivers/net: Remove alloc_etherdev error messages

alloc_etherdev has a generic OOM/unable to alloc message.
Remove the duplicative messages after alloc_etherdev calls.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
jme.c