Merge branch 'net-urb-alloc-failure'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Aug 2016 21:53:41 +0000 (14:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Aug 2016 21:53:41 +0000 (14:53 -0700)
commit70567833ad10dd037e3c1545dd3533e7089fee61
tree98d6a871c1d816ecdc7f183d8dcb73311e29dad3
parent6176e89c5734e597f3e2279c8d5629a523cf6537
parenteb36333896f8e380f7357bdbc1a7dc28b33c6a96
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: David S. Miller <davem@davemloft.net>
This page took 0.025179 seconds and 5 git commands to generate.