Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4763ef46 authored by Prasad Arepalli's avatar Prasad Arepalli Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: Removing assert in halt q6 channel failed cases.

Removing assert in halt q6 channel failed cases. Previously added it for debug purpose.

Change-Id: If58da0617d9b313038aa7d347e975ce85cbd8e91
parent 338eb798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/clk.h>
@@ -3674,7 +3675,6 @@ static void ipa3_halt_q6_gsi_channels(bool prod)
				gsi_ep_cfg->ipa_gsi_chan_num,
				gsi_ep_cfg->ee,
				code);
				ipa_assert();
			}
		}
	}