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

Commit d3fa99b2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: core: do not assert for unhandled event type"

parents 3422f76f 926dbc40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, 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
@@ -1221,7 +1221,7 @@ int mhi_process_ctrl_ev_ring(struct mhi_controller *mhi_cntrl,
			break;
		}
		default:
			MHI_ASSERT(1, "Unsupported ev type");
			MHI_ERR("Unhandled Event: 0x%x\n", type);
			break;
		}