commit | 966036fde60e6d96708815e0d495692ac352acf9 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Thu May 08 00:26:52 2014 +0400 |
committer | Felipe Balbi <balbi@ti.com> | Wed May 14 09:23:30 2014 -0500 |
tree | c00f71ac54f72e044c40acc66e73cb5c8e75f66c | |
parent | f06d186dbd294e9d436096747f34918b70b4f8f1 [diff] |
usb: gadget: gr_udc: unconditionally use GFP_ATOMIC in gr_queue_ext() As far as gr_queue() is called with spinlock held, we have to pass GFP_ATOMIC regardless of gfp argument. Found by Linux Driver Verification project (linuxtesting.org). Acked-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Felipe Balbi <balbi@ti.com>