]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8de565057eee9b9281667eeb63684c90423fa9a4
tree5848b29bb23ad59452998b4c797e6ec735bbac16
parent8f31356b953bbea515d876341fd501fc86a28a37
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