From 2c85905256f788b8bbe446f0ecd447d28662066d Mon Sep 17 00:00:00 2001 From: "V S Ganga VaraPrasad (VARA) Adabala" Date: Sat, 19 Nov 2022 20:17:59 +0530 Subject: [PATCH] correcting code diff Change-Id: I6f790ec62dac88b916897fb9aa0722bd41d97f73 Signed-off-by: V S Ganga VaraPrasad (VARA) Adabala --- msm/dp/dp_debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msm/dp/dp_debug.c b/msm/dp/dp_debug.c index fc4c0f8d..1ee39a68 100644 --- a/msm/dp/dp_debug.c +++ b/msm/dp/dp_debug.c @@ -120,6 +120,8 @@ static void dp_debug_disable_sim_mode(struct dp_debug_private *debug, debug->sim_mode &= ~mode_mask; dp_sim_set_sim_mode(debug->sim_bridge, debug->sim_mode); + dp_sim_update_port_num(debug->sim_bridge, 0); + /* switch to normal mode */ if (!debug->sim_mode) debug->aux->set_sim_mode(debug->aux, NULL);