mdm6600: Fix spinlock usage to avoid GFP_ATOMIC allocations
authorBenoit Goby <benoit@android.com>
Tue, 12 Oct 2010 00:00:24 +0000 (17:00 -0700)
committerBenoit Goby <benoit@android.com>
Wed, 20 Oct 2010 01:27:31 +0000 (18:27 -0700)
commitb2d21a475807d7bcb7297b26e38327c033fe602d
tree68a7143246cd60fc7ae928a84b821e9c182cbfe7
parent1a51eabd194b2346d2cca640c25313ce1c8fef24
mdm6600: Fix spinlock usage to avoid GFP_ATOMIC allocations

usb_serial holds an autopm reference before calling open, so the
modem is always resumed when open is called.

Change-Id: Ica2f4e69620fd1d80f4bfc43dd3453313c1be185
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/serial/mdm6600.c