USB: mos7840: replace unnecessary atomic allocations
authorJohan Hovold <johan@kernel.org>
Wed, 29 Oct 2014 08:07:34 +0000 (09:07 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 3 Nov 2014 08:15:18 +0000 (09:15 +0100)
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>

No differences found