commit | 1dbd11be69927d2d119e900f5487a01ad09a26b8 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Oct 29 09:07:33 2014 +0100 |
committer | Johan Hovold <johan@kernel.org> | Mon Nov 03 09:15:17 2014 +0100 |
tree | 4ed7afefbfb93bb172f44c5ab75514fea5e23ea9 | |
parent | 811c37078042980b5b9ed6845303a3cc9e6d48e3 [diff] |
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>