Loading drivers/power/supply/qcom/pmic-voter.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2015-2017 The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, 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 @@ -20,7 +20,7 @@ #include <linux/pmic-voter.h> #define NUM_MAX_CLIENTS 16 #define NUM_MAX_CLIENTS 32 #define DEBUG_FORCE_CLIENT "DEBUG_FORCE_CLIENT" static DEFINE_SPINLOCK(votable_list_slock); Loading Loading
drivers/power/supply/qcom/pmic-voter.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2015-2017 The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, 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 @@ -20,7 +20,7 @@ #include <linux/pmic-voter.h> #define NUM_MAX_CLIENTS 16 #define NUM_MAX_CLIENTS 32 #define DEBUG_FORCE_CLIENT "DEBUG_FORCE_CLIENT" static DEFINE_SPINLOCK(votable_list_slock); Loading