OSDN Git Service

usb: gadget: f_midi: fix leak on failed to enqueue out requests
authorFelipe F. Tonello <eu@felipetonello.com>
Tue, 10 Nov 2015 17:52:06 +0000 (17:52 +0000)
committerFelipe Balbi <balbi@ti.com>
Thu, 19 Nov 2015 20:48:50 +0000 (14:48 -0600)
commitad0d1a058eac46503edbc510d1ce44c5df8e0c91
tree797ca5e8b8f7baad0c30f4c796b292a441cfb964
parente9ca7e4bb30cbf4c8d2e2e34681a967c10b3ff54
usb: gadget: f_midi: fix leak on failed to enqueue out requests

This patch fixes a memory leak that occurs when an endpoint fails to enqueue
the request. If that happens the complete function will never be called, thus
never freeing the request.

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_midi.c