usb: appledisplay: Remove unnecessary spinlock
authorAlexander Theissen <alex.theissen@me.com>
Tue, 4 Dec 2018 22:43:37 +0000 (23:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 09:42:25 +0000 (10:42 +0100)
commit3ea5eb139f43360ae2d471e975b82d3fa38929c8
tree6c916f1d2d726ec77e3130c44fda69edf1394954
parent67f3a0d0ad7220b9c37b5e6722a821cd7f389b39
usb: appledisplay: Remove unnecessary spinlock

The spinlock was inside the urb completion function which is only
called once per display and is then resubmitted from this function.
There was no other place where this lock was used.

Signed-off-by: Alexander Theissen <alex.theissen@me.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/appledisplay.c