mdm6600: Workqueue worker missing synchronization
authorAndrei Warkentin <andreiw@motorola.com>
Sat, 4 Dec 2010 02:11:21 +0000 (20:11 -0600)
committerBenoit Goby <benoit@android.com>
Tue, 7 Dec 2010 00:05:33 +0000 (16:05 -0800)
commit330864b638688a58d2d845a3a9fd997a6ace9387
tree338ca6cbf0b8ace48ac866d0e5075363ce82db09
parent38c55fa1a3b1374add44df9e9926629d236e6ed5
mdm6600: Workqueue worker missing synchronization

Didn't take into account concurrent execution on mutliple
cores, since global queue is not WQ_NON_REENTRANT. Use
non-reentrant system queue instead now.

Change-Id: Id5b31f7ba344f6e0f0ba63364171d16fd55b90ef
Signed-off-by: Andrei Warkentin <andreiw@motorola.com>
drivers/usb/serial/mdm6600.c