]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: connection: remove lock around ida_simple_* functions
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 14 May 2015 17:40:02 +0000 (10:40 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 14 May 2015 20:35:10 +0000 (13:35 -0700)
commit5bd5f00c30fa8be047e7905739dcf6ff689718c4
tree719c14ed1d8c88541f04560bf5bb2c3561679788
parent6b17492eee00cbaac20b8431e8fa63f137a9ca5c
greybus: connection: remove lock around ida_simple_* functions

ida_simple_* has a built-in spinlock, no need to grab another lock when
accessing it.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/staging/greybus/connection.c