diff options
| -rw-r--r-- | drivers/power/intel_mid_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/intel_mid_battery.c b/drivers/power/intel_mid_battery.c index 46730f579d7f..6430a7bb637b 100644 --- a/drivers/power/intel_mid_battery.c +++ b/drivers/power/intel_mid_battery.c | |||
| @@ -168,7 +168,7 @@ struct battery_property { | |||
| 168 | */ | 168 | */ |
| 169 | static int pmic_scu_ipc_battery_cc_read(u32 *value) | 169 | static int pmic_scu_ipc_battery_cc_read(u32 *value) |
| 170 | { | 170 | { |
| 171 | return intel_scu_ipc_command(IPC_CMD_CC_RD, IPCMSG_BATTERY, | 171 | return intel_scu_ipc_command(IPCMSG_BATTERY, IPC_CMD_CC_RD, |
| 172 | NULL, 0, value, 1); | 172 | NULL, 0, value, 1); |
| 173 | } | 173 | } |
| 174 | 174 | ||
