]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: uvc: Fix return value in case of error
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 16 Jul 2016 07:04:40 +0000 (09:04 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 11 Aug 2016 12:09:46 +0000 (15:09 +0300)
commit5313c6ba6f415028f472fb77d5e21f3d6e7af141
treeb53eee9ac1dbae5c20b642047cf1d2a481556237
parentc9be0722677d93f2fef1c8fae22c2f0b640cc95e
usb: gadget: uvc: Fix return value in case of error

If this memory allocation fail, we will return 0, which means success.
Return -ENOMEM instead.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/function/uvc_configfs.c