commit | 3ea5eb139f43360ae2d471e975b82d3fa38929c8 | [log] [tgz] |
---|---|---|
author | Alexander Theissen <alex.theissen@me.com> | Tue Dec 04 23:43:37 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Dec 05 10:42:25 2018 +0100 |
tree | 6c916f1d2d726ec77e3130c44fda69edf1394954 | |
parent | 67f3a0d0ad7220b9c37b5e6722a821cd7f389b39 [diff] |
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>