]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: vchiq_core: Use return value of mutex_lock_killable directly
authorStefan Wahren <stefan.wahren@i2se.com>
Thu, 25 May 2017 22:26:11 +0000 (00:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2017 15:02:29 +0000 (17:02 +0200)
commitd3de2bb882544798eae3958cfb458b1fe001988b
tree220ff101820ce67675edc024b66cff0637f2d78e
parent5b29aaaa1e3c33829ab19a0da43fa637f0685603
staging: vchiq_core: Use return value of mutex_lock_killable directly

Instead of saving the return value of mutex_lock_killable in a
local variable we could use the value directly.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c