commit | 191252837626fca0de694c18bb2aa64c118eda89 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Oct 29 09:07:30 2014 +0100 |
committer | Johan Hovold <johan@kernel.org> | Mon Nov 03 09:07:28 2014 +0100 |
tree | 37de857f1a7bb2685006bdc4730076b91beb6473 | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 [diff] |
USB: kobil_sct: fix non-atomic allocation in write path Write may be called from interrupt context so make sure to use GFP_ATOMIC for all allocations in write. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>