]> 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>
Fri, 24 Feb 2012 03:26:50 +0000 (11:26 +0800)
commit9ceba67f6d400f2be97f92bd1c55f90802672f44
tree226255c615e58b0c3da88063c93184c1a75fb518
parente021d63c8df1bbbb70e6d729a4148ff7a6b9138c
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