Loading drivers/power/supply/qcom/smb5-lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -3013,7 +3013,7 @@ int smblib_set_prop_dc_reset(struct smb_charger *chg) rc = smblib_write(chg, DCIN_CMD_PON_REG, DCIN_PON_BIT | MID_CHG_BIT); if (rc < 0) { smblib_err(chg, "Couldn't write %d to DCIN_CMD_PON_REG rc=%d\n", smblib_err(chg, "Couldn't write %lu to DCIN_CMD_PON_REG rc=%d\n", DCIN_PON_BIT | MID_CHG_BIT, rc); return rc; } Loading Loading
drivers/power/supply/qcom/smb5-lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -3013,7 +3013,7 @@ int smblib_set_prop_dc_reset(struct smb_charger *chg) rc = smblib_write(chg, DCIN_CMD_PON_REG, DCIN_PON_BIT | MID_CHG_BIT); if (rc < 0) { smblib_err(chg, "Couldn't write %d to DCIN_CMD_PON_REG rc=%d\n", smblib_err(chg, "Couldn't write %lu to DCIN_CMD_PON_REG rc=%d\n", DCIN_PON_BIT | MID_CHG_BIT, rc); return rc; } Loading