[PATCH v2 0/2] Improve error handling in fastrpc_rpmsg_probe
From: Anandu Krishnan E
Date: Mon Dec 23 2024 - 05:01:39 EST
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@xxxxxxxxxxx/
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(-)
--
2.17.1