Re: [PATCH 00/28] media: don't print error when allocating urb fails
From: Greg KH <hidden>
Date: 2016-08-30 17:15:13
From: Greg KH <hidden>
Date: 2016-08-30 17:15:13
On Thu, Aug 11, 2016 at 11:03:36PM +0200, Wolfram Sang wrote:
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.
I've taken all of these through the usb tree given the delay in response from the media developers :) thanks, greg k-h