OSDN Git Service

staging: most: hdm-usb: remove redundant spinlocks
authorChristian Gromm <christian.gromm@microchip.com>
Mon, 19 Sep 2016 15:40:23 +0000 (17:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 06:39:42 +0000 (08:39 +0200)
commitd223b37c9f44273c0cca5138118d6c75e5110bfa
tree5848b29bb23ad59452998b4c797e6ec735bbac16
parent27e6245e35bc6c20c2933d7d8afa562623be1ef5
staging: most: hdm-usb: remove redundant spinlocks

This patch removes the spinlocks when accessing the usb_anchor list,
because the struct usb_anchor is using its own lock.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/hdm-usb/hdm_usb.c