misc: fastrpc: Add meaningful labels for exit paths
authorAnandu Krishnan E <quic_anane@quicinc.com>
Mon, 10 Mar 2025 08:54:17 +0000 (14:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:12:50 +0000 (16:12 +0200)
commitfc788c4068e0a1b3a43e45df18745c181bfab03c
tree1f121f9d2d39d851904e64964e140883e2e61186
parent0af2f6be1b4281385b618cb86ad946eded089ac8
misc: fastrpc: Add meaningful labels for exit paths

In the fastrpc_rpmsg_probe function, the exit path labels are not
intuitive and do not clearly indicate the purpose of the goto
statements. Rename goto labels to make it more intuitive and to
align with labels of other functions.

Signed-off-by: Anandu Krishnan E <quic_anane@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20250310085417.25559-1-quic_anane@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/fastrpc.c