USB: mos7720: replace unnecessary atomic allocations
authorJohan Hovold <johan@kernel.org>
Wed, 29 Oct 2014 08:07:33 +0000 (09:07 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 3 Nov 2014 08:15:17 +0000 (09:15 +0100)
commit1dbd11be69927d2d119e900f5487a01ad09a26b8
tree4ed7afefbfb93bb172f44c5ab75514fea5e23ea9
parent811c37078042980b5b9ed6845303a3cc9e6d48e3
USB: mos7720: replace unnecessary atomic allocations

Use GFP_KERNEL instead of GFP_ATOMIC for allocations in set_termios and
port-setting helper which both may and do sleep.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/mos7720.c