]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: vchiq_arm: Service callbacks must not fail
authorPhil Elwell <phil@raspberrypi.org>
Tue, 17 Jan 2017 20:56:13 +0000 (20:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2017 10:08:57 +0000 (11:08 +0100)
commit5069c86acb0d4cd2858580140ef7bf6701825236
tree92be526d06a0a5eead320070e705632b44daafa2
parent72ed1db4cd4eb8bd7e46b5b6f9dd56b1b36fe660
staging: vchiq_arm: Service callbacks must not fail

Service callbacks are not allowed to return an error. The internal
callback that delivers events and messages to user tasks does not
enqueue them if the service is closing, but this is not an error
and should not be reported as such.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
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_arm.c