Patch "platform/chrome: cros_ec_typec: Cleanup switch handle return paths" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    platform/chrome: cros_ec_typec: Cleanup switch handle return paths

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     platform-chrome-cros_ec_typec-cleanup-switch-handle-.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit bec97cd7c6d60e4aaf22ef76ca76440980b163fb
Author: Prashant Malani <pmalani@xxxxxxxxxxxx>
Date:   Tue Aug 16 21:48:34 2022 +0000

    platform/chrome: cros_ec_typec: Cleanup switch handle return paths
    
    [ Upstream commit 66fe238a9bcc158f75ddecf976d1ce7efe20f713 ]
    
    Some of the return paths for the cros_typec_get_switch_handles()
    aren't necessary. Clean up the return paths to only undo the handle
    get's which succeeded.
    
    Signed-off-by: Prashant Malani <pmalani@xxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220711072333.2064341-9-pmalani@xxxxxxxxxxxx
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Stable-dep-of: 9a8aadcf0b45 ("platform/chrome: cros_ec_typec: zero out stale pointers")
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/platform/chrome/cros_ec_typec.c b/drivers/platform/chrome/cros_ec_typec.c
index aadb8d237aef..d63be2b3d10e 100644
--- a/drivers/platform/chrome/cros_ec_typec.c
+++ b/drivers/platform/chrome/cros_ec_typec.c
@@ -156,12 +156,10 @@ static int cros_typec_get_switch_handles(struct cros_typec_port *port,
 	return 0;
 
 role_sw_err:
-	usb_role_switch_put(port->role_sw);
-ori_sw_err:
 	typec_switch_put(port->ori_sw);
-mux_err:
+ori_sw_err:
 	typec_mux_put(port->mux);
-
+mux_err:
 	return -ENODEV;
 }
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux