]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: gadget: f_midi: fail if set_alt fails to allocate requests
authorFelipe F. Tonello <eu@felipetonello.com>
Tue, 1 Dec 2015 18:31:01 +0000 (18:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:52:55 +0000 (10:52 +0200)
commit4ccd0644719f1929c5ae6deba69e0e2da9c3dc56
tree9a15d108fb2c0a62f23cf0a73b3b2cb4681b4b6c
parent52a95925a0cb9adeb99fb8b25fd9a8b5f1080c8c
usb: gadget: f_midi: fail if set_alt fails to allocate requests

commit f0f1b8cac4d8d973e95f25d9ea132775fb43c5f4 upstream.

This ensures that the midi function will only work if the proper number of
IN and OUT requrests are allocated. Otherwise the function will work with less
requests then what the user wants.

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
From: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_midi.c