From: Felipe Balbi Date: Sat, 7 Dec 2013 17:54:19 +0000 (-0600) Subject: usb: dwc3: omap: remove unnecessary lock X-Git-Tag: v3.14-rc1~148^2~90^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6d7641470fed467777a886c64329fff8f5abf0b;p=pandora-kernel.git usb: dwc3: omap: remove unnecessary lock the lock was only taken inside the hardirq handler, which runs with IRQs disabled. There's no chance of any race condition happening, even on SMP machines. It's safe to remove that spinlock. Acked-by: Santosh Shilimkar Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed