staging: vchiq_core: Exit early in 2 functions
authorStefan Wahren <stefan.wahren@i2se.com>
Sun, 11 Apr 2021 18:11:34 +0000 (20:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Apr 2021 09:41:22 +0000 (11:41 +0200)
commitb3582ed4269d1654680ee9daafc1976ca1d9c119
treee1e1cb3a9fc518ac04079259405aaeb4a94aeee3
parent32129ec093ed96d156e0bbb5ce83d550646c96ef
staging: vchiq_core: Exit early in 2 functions

Exit early allow us to reduce the indention in vchiq_open_service_internal()
and vchiq_set_service_option(). Btw we can avoid the multi-line assignments
of quota.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1618164700-21150-5-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c