Skip to content
Commit 70567833 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-urb-alloc-failure'



Wolfram Sang says:

====================
net: don't print error when allocating urb fails

This per-subsystem series is part of a tree wide cleanup. usb_alloc_urb() uses
kmalloc which already prints enough information on failure. So, let's simply
remove those "allocation failed" messages from drivers like we did already for
other -ENOMEM cases. gkh acked this approach when we talked about it at LCJ in
Tokyo a few weeks ago.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 6176e89c eb363338
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment