Index: sys/dev/i2c/tps65217pmic.c =================================================================== RCS file: /cvsroot/src/sys/dev/i2c/tps65217pmic.c,v retrieving revision 1.6 diff -u -p -r1.6 tps65217pmic.c --- sys/dev/i2c/tps65217pmic.c 4 Aug 2013 00:24:28 -0000 1.6 +++ sys/dev/i2c/tps65217pmic.c 31 Dec 2013 14:48:11 -0000 @@ -554,11 +554,10 @@ tps65217pmic_print_ldos(struct tps65217p static void tps65217pmic_print_ppath(struct tps65217pmic_softc *sc) { - uint8_t status, ppath, regenable; + uint8_t status, ppath; ppath = tps65217pmic_reg_read(sc, TPS65217PMIC_PPATH); status = tps65217pmic_reg_read(sc, TPS65217PMIC_STATUS); - regenable = tps65217pmic_reg_read(sc, TPS65217PMIC_ENABLE); aprint_normal_dev(sc->sc_dev, "power sources ");