Loading drivers/soc/qcom/msm_bus/msm_bus_bimc_rpmh.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2017, 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 @@ -242,7 +242,7 @@ enum bimc_m_bke_health_3 { (M_BKE_GC_GC_BMSK >> \ (M_BKE_GC_GC_SHFT + 1)) static int bimc_div(int64_t *a, uint32_t b) static int bimc_div(uint64_t *a, uint32_t b) { if ((*a > 0) && (*a < b)) { *a = 0; Loading Loading
drivers/soc/qcom/msm_bus/msm_bus_bimc_rpmh.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2017, 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 @@ -242,7 +242,7 @@ enum bimc_m_bke_health_3 { (M_BKE_GC_GC_BMSK >> \ (M_BKE_GC_GC_SHFT + 1)) static int bimc_div(int64_t *a, uint32_t b) static int bimc_div(uint64_t *a, uint32_t b) { if ((*a > 0) && (*a < b)) { *a = 0; Loading