mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
ab8500_fg: Fix copy-paste error
ab8500_fg_discharge_state_to() function should accept 'enum ab8500_fg_discharge_state' argument, not 'enum ab8500_fg_charge_state'. Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
This commit is contained in:
parent
c34a61b4e7
commit
0fff22ee79
@ -1255,7 +1255,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
|
||||
}
|
||||
|
||||
static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
|
||||
enum ab8500_fg_charge_state new_state)
|
||||
enum ab8500_fg_discharge_state new_state)
|
||||
{
|
||||
dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
|
||||
di->discharge_state,
|
||||
|
Loading…
Reference in New Issue
Block a user