staging: vchiq: Have vchiu_queue_init() return 0 on success.
authorMarcelo Diop-Gonzalez <marcgonzalez@google.com>
Tue, 5 Nov 2019 22:27:56 +0000 (17:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Nov 2019 15:26:31 +0000 (16:26 +0100)
commitb79967a27f347d39a6e0b85b49bd11963cacf5c1
tree4fbdad2c7ca36ddd2bef1be8bf1cd4a34e251555
parent4df0991b0c92c74c5e81bf55fd156ce92d812d01
staging: vchiq: Have vchiu_queue_init() return 0 on success.

It could be confusing to return 1 on success and 0 on error
given the style elswhere.

Signed-off-by: Marcelo Diop-Gonzalez <marcgonzalez@google.com>
Link: https://lore.kernel.org/r/20191105222756.25369-1-marcgonzalez@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_util.c