commit | cf6a599ef700914d9237f4dcf7afe01dd2ca6368 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Fri Aug 19 11:12:55 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 21 16:53:57 2016 +0200 |
tree | 59a5ca4e26904d9b977ad7f56358ac6ee1b6483d | |
parent | bf9503f11dedf40158a8a5847f2d482bc15cd82b [diff] |
staging: most: hdm-usb: assign spinlock to local variable This patch assigns the spinlock of struct mdev to local spinlock_t variable to get rid of all the ugly dereferencing. Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>