]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
vchiq_arm: Service callbacks must not fail
authorPhil Elwell <phil@raspberrypi.org>
Wed, 23 Mar 2016 20:53:47 +0000 (20:53 +0000)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 19 Sep 2017 10:07:47 +0000 (12:07 +0200)
commiteec2d21bae7d6a357646af4b7f1934cdbf8c1706
tree5c55e40143d00f7bea3f6f6ee603d1a3b567f4d6
parent97e6ffd5d58cb33af412b5f40e633aa7ad00e052
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