From: David S. Miller Date: Sat, 13 Aug 2016 21:53:41 +0000 (-0700) Subject: Merge branch 'net-urb-alloc-failure' X-Git-Tag: v4.9-rc1~14^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70567833ad10dd037e3c1545dd3533e7089fee61;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- 70567833ad10dd037e3c1545dd3533e7089fee61