diff options
author | Andrey Konovalov <andreyknvl@google.com> | 2020-04-07 16:47:54 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2020-04-17 12:23:19 +0300 |
commit | 0666aa539e18a4e35770a19d5576e06cd6a8c76e (patch) | |
tree | 63ba35fa3ea68451bc452c5e85b3454026931033 /drivers/pci | |
parent | 12b94da411f9c6d950beb067d913024fd5617a61 (diff) |
usb: raw-gadget: fix raw_event_queue_fetch locking
If queue->size check in raw_event_queue_fetch() fails (which normally
shouldn't happen, that check is a fail-safe), the function returns
without reenabling interrupts. This patch fixes that issue, along with
propagating the cause of failure to the function caller.
Fixes: f2c2e717642c ("usb: gadget: add raw-gadget interface"
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'drivers/pci')
0 files changed, 0 insertions, 0 deletions