commit | 8652bcbfa09ca5ba24423c7c45c28b7d8771e0a8 | [log] [tgz] |
---|---|---|
author | Andreas Larsson <andreas@gaisler.com> | Tue Apr 01 12:15:17 2014 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Apr 21 14:07:28 2014 -0500 |
tree | 5a670e6d8235d23d4a81efc5ca0e5b83f133d7e1 | |
parent | b38d27e5527c33a2a1f5bb3aee39b755e57dea86 [diff] |
usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlock As gr_ep_init must be called with dev->lock held, GFP_KERNEL must not be used. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Felipe Balbi <balbi@ti.com>