Loading drivers/platform/msm/msm_bus/msm_bus_arb_adhoc.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 Mree software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -871,7 +871,7 @@ static void unregister_client_adhoc(uint32_t cl) } curr = client->curr; if (curr >= pdata->num_usecases) { if ((curr < 0) || (curr >= pdata->num_usecases)) { MSM_BUS_ERR("Invalid index Defaulting curr to 0"); curr = 0; } Loading Loading
drivers/platform/msm/msm_bus/msm_bus_arb_adhoc.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 Mree software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -871,7 +871,7 @@ static void unregister_client_adhoc(uint32_t cl) } curr = client->curr; if (curr >= pdata->num_usecases) { if ((curr < 0) || (curr >= pdata->num_usecases)) { MSM_BUS_ERR("Invalid index Defaulting curr to 0"); curr = 0; } Loading