Re: [PATCH] ALSA: usb: caiaq: audio: don't print error when allocating urb fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 11 Aug 2016 22:40:11 +0200,
Wolfram Sang wrote:
> 
> kmalloc will print enough information in case of failure.
> 
> Signed-off-by: Wolfram Sang <wsa-dev@xxxxxxxxxxxxxxxxxxxx>

Applied, thanks.


Takashi

> ---
>  sound/usb/caiaq/audio.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/sound/usb/caiaq/audio.c b/sound/usb/caiaq/audio.c
> index 327f8642ca80e6..8f66ba730d69d9 100644
> --- a/sound/usb/caiaq/audio.c
> +++ b/sound/usb/caiaq/audio.c
> @@ -739,7 +739,6 @@ static struct urb **alloc_urbs(struct snd_usb_caiaqdev *cdev, int dir, int *ret)
>  	for (i = 0; i < N_URBS; i++) {
>  		urbs[i] = usb_alloc_urb(FRAMES_PER_URB, GFP_KERNEL);
>  		if (!urbs[i]) {
> -			dev_err(dev, "unable to usb_alloc_urb(), OOM!?\n");
>  			*ret = -ENOMEM;
>  			return urbs;
>  		}
> -- 
> 2.8.1
> 
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux