From: Peter Hung Date: Tue, 17 Mar 2015 09:48:21 +0000 (+0800) Subject: USB: f81232: change lock mechanism X-Git-Tag: omap-for-v4.2/o2_dc~157^2~32^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7139c932859f5b35b5a928b445e03f5a43610fa7;p=pandora-kernel.git USB: f81232: change lock mechanism The original driver lock with spin_lock_irqsave()/spin_unlock_irqrestore() because of it's maybe used in interrupt context f81232_process_read_urb(). We had remove it from previous patch "implement RX bulk-in EP", so we can change it from busying loop spin_lock to sleepable mutex_lock. Signed-off-by: Peter Hung Signed-off-by: Johan Hovold --- Reading git-diff-tree failed