Loading drivers/platform/msm/mhi/mhi_init.c +3 −3 Original line number Original line Diff line number Diff line /* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -409,10 +409,10 @@ static enum MHI_STATUS mhi_init_contexts(struct mhi_device_ctxt *mhi_dev_ctxt) msi_vec); msi_vec); switch (i) { switch (i) { case IPA_OUT_EV_RING: case IPA_OUT_EV_RING: intmod_t = 10; intmod_t = 1; break; break; case IPA_IN_EV_RING: case IPA_IN_EV_RING: intmod_t = 6; intmod_t = 1; break; break; } } event_ring_index = mhi_dev_ctxt->alloced_ev_rings[i]; event_ring_index = mhi_dev_ctxt->alloced_ev_rings[i]; Loading Loading
drivers/platform/msm/mhi/mhi_init.c +3 −3 Original line number Original line Diff line number Diff line /* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -409,10 +409,10 @@ static enum MHI_STATUS mhi_init_contexts(struct mhi_device_ctxt *mhi_dev_ctxt) msi_vec); msi_vec); switch (i) { switch (i) { case IPA_OUT_EV_RING: case IPA_OUT_EV_RING: intmod_t = 10; intmod_t = 1; break; break; case IPA_IN_EV_RING: case IPA_IN_EV_RING: intmod_t = 6; intmod_t = 1; break; break; } } event_ring_index = mhi_dev_ctxt->alloced_ev_rings[i]; event_ring_index = mhi_dev_ctxt->alloced_ev_rings[i]; Loading