USB: kobil_sct: replace unnecessary atomic allocation
authorJohan Hovold <johan@kernel.org>
Wed, 29 Oct 2014 08:07:32 +0000 (09:07 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 3 Nov 2014 08:15:15 +0000 (09:15 +0100)
Use GFP_KERNEL instead of GFP_ATOMIC for allocation in open(), which may
sleep.

Signed-off-by: Johan Hovold <johan@kernel.org>

No differences found