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, 23 Jul 2017 02:20:22 +0000 (02:20 +0000)
commita543ddfd4ab01c2ab65d419d06f097af1d0ac1f1
treef7424b1d9330afeed50e72398fb645deabc475da
parent28ac15907680433e60e41b641010bd0e84b45975
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