mbox series

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

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

Message

Anandu Krishnan E Dec. 23, 2024, 10 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.
Patch [v1] : https://lore.kernel.org/all/20241220061854.24428-1-quic_anane@quicinc.com/

Changes in v2:
 - Added Fixes: tag and cc:stable.
 - Fixed author name.

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(-)