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 <[email protected]>
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
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html