From 6c0f36954b9bcfedb87d785aa453132146645abc Mon Sep 17 00:00:00 2001 From: Alexey Khoroshilov Date: Thu, 19 Jun 2014 23:44:57 +0400 Subject: [PATCH] usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue() As far as kzalloc() is called with spinlock held, we have to pass GFP_ATOMIC regardless of mem_flags argument. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Acked-by: David Mosberger Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed