mbox series

[v1,0/2] Improve error handling in fastrpc_rpmsg_probe

Message ID 20241220061854.24428-1-quic_anane@quicinc.com (mailing list archive)
Headers show
Series Improve error handling in fastrpc_rpmsg_probe | expand

Message

ANANDU KRISHNAN E Dec. 20, 2024, 6:18 a.m. UTC
Following changes are getting added as part of this patch series:
 - Add proper exit path label to handle deregister of device node
   properly in error scenarios.
 - Add meaningful labels for exit paths in fastrpc_rpmsg_probe
   function to make it intuitive.

ANANDU KRISHNAN E (2):
  misc: fastrpc: Deregister device nodes properly in error scenarios
  misc: fastrpc: Add meaningful labels for exit paths

 drivers/misc/fastrpc.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)