Loading drivers/bus/mhi/core/mhi_main.c +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 Loading Loading @@ -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; } Loading Loading
drivers/bus/mhi/core/mhi_main.c +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 Loading Loading @@ -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; } Loading