commit | 9d3801903851a2be51f0b2d85f25f952a7da9969 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Oct 29 09:07:34 2014 +0100 |
committer | Johan Hovold <johan@kernel.org> | Mon Nov 03 09:15:18 2014 +0100 |
tree | 2044ee94c5b693c8e5b7d4cb98a14fa62aa666f2 | |
parent | 1dbd11be69927d2d119e900f5487a01ad09a26b8 [diff] |
USB: mos7840: 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>