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

Commit 331827c2 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa3: do not BUG() on GSI breakpoint



GSI hardware might be in breakpoint for debugging purposes.
This change allows debugging by not crashing AP on GSI breakpoint.

Change-Id: Ie4c1826cdf2266a6c881cf21b0826077d4ba25e2
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 8c7da2e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -4907,7 +4907,6 @@ static void ipa_gsi_notify_cb(struct gsi_per_notify *notify)
		break;
	case GSI_PER_EVT_GENERAL_BREAK_POINT:
		IPAERR("Got GSI_PER_EVT_GENERAL_BREAK_POINT\n");
		BUG();
		break;
	case GSI_PER_EVT_GENERAL_BUS_ERROR:
		IPAERR("Got GSI_PER_EVT_GENERAL_BUS_ERROR\n");