Merge "usb: gadget: ffs: change gfp_flags to GFP_ATOMIC"
This commit is contained in:
commit
6f4dbe6457
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ retry:
|
|||
}
|
||||
|
||||
if (io_data->aio) {
|
||||
req = usb_ep_alloc_request(ep->ep, GFP_KERNEL);
|
||||
req = usb_ep_alloc_request(ep->ep, GFP_ATOMIC);
|
||||
if (unlikely(!req))
|
||||
goto error_lock;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue