commit | b717727ef25d4b73f73e3666341c07a034f908a6 | [log] [tgz] |
---|---|---|
author | Claudio Scordino <claudio@evidence.eu.com> | Tue Oct 09 12:21:17 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 25 11:39:31 2012 -0700 |
tree | 462b6e20c3c6a883f91b3a9ec87956e760933b17 | |
parent | 6f602912c9d0c84c2edbd446dd9f72660b701605 [diff] |
umc-bus.c: fix usage of device_trylock Fix usage of device_trylock. It has the same semantics of mutex_trylock, so it returns 1 if the lock has been acquired successfully. Signed-off-by: Claudio Scordino <claudio@evidence.eu.com> Signed-off-by: Bruno Morelli <bruno@evidence.eu.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>