u-boot-brain/drivers/power/pmic
Jeroen Hofstee 00d4796c55 PMIC: MAX77686: fix invalid bus check
Since p->bus is unsigned checking for negative values
is optimized away. Since bus is already used as an argument
use tmp. While at it, don't declare variables in the middle
of a function.

cc: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2014-06-23 10:04:13 +09:00
..
Makefile power: Add support for the TPS65218 PMIC 2014-06-06 17:46:16 -04:00
muic_max8997.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
pmic_ltc3676.c power: Add support for LTC3676 PMIC 2014-05-09 14:38:23 +02:00
pmic_max8997.c power: Add PMIC_ prefix to CHARGER_EN/DISABLE 2014-05-28 10:58:18 +09:00
pmic_max8998.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
pmic_max77686.c PMIC: MAX77686: fix invalid bus check 2014-06-23 10:04:13 +09:00
pmic_pfuze100.c power: make pfuze100 be able to coexist with other pmics 2014-05-09 14:38:23 +02:00
pmic_tps65090.c power: Add support for TPS65090 PMU chip. 2014-05-28 10:58:19 +09:00
pmic_tps65217.c drivers/power/pmic: Add tps65217 driver 2013-09-20 11:01:26 -04:00
pmic_tps65218.c power: Add support for the TPS65218 PMIC 2014-06-06 17:46:16 -04:00
pmic_tps65910.c drivers/power/pmic: Add tps65910 driver 2013-09-20 11:01:26 -04:00