vchiq_arm: Service callbacks must not fail
authorPhil Elwell <phil@raspberrypi.org>
Wed, 23 Mar 2016 20:53:47 +0000 (20:53 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 00:59:57 +0000 (00:59 +0000)
commitdb615196d1a73215cad00ca6d00cb63b9d743507
treeb7cffbf08fb621ade73901aa666259a0486e1197
parentd86ff9d9cbb9e518aa8a736c65693d59740a3b85
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c