Merge "usb: gadget: ffs: change gfp_flags to GFP_ATOMIC"

This commit is contained in:
Linux Build Service Account 2017-12-20 22:30:13 -08:00 committed by Gerrit - the friendly Code Review server
commit 6f4dbe6457

View file

@ -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;