]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: vchiq_arm: Unify return code variable
authorStefan Wahren <wahrenst@gmx.net>
Fri, 21 Jun 2024 13:19:49 +0000 (15:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2024 13:26:55 +0000 (15:26 +0200)
commit56df512ed9e4e2b549e6660eb21ef4f80cee75a2
tree2c73cb260724a0583029d0b1a619d49d17409327
parent13cc09562eb3f80f110b552b3126560a94b865be
staging: vchiq_arm: Unify return code variable

The file vchiq_arm uses a wild mixture of variable names for
return codes. Unify them by using the common name "ret".

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20240621131958.98208-2-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c