diff options
author | Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> | 2016-01-01 14:03:29 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-01-07 18:38:30 +0300 |
commit | 88025632515adfb7fcfac15d087f155b719e78cd (patch) | |
tree | 3e04c1df1dba6cadb574304cc6210dc06c56e1d4 /drivers/power/ds2780_battery.c | |
parent | 099867a16a0fa9fd5aafc32e3b1a6f8a90f17834 (diff) | |
download | linux-88025632515adfb7fcfac15d087f155b719e78cd.tar.xz |
power: isp1704_charger: Fix isp1704_write() definition
All calls to isp1704_write() are using parameter sequence of
isp1704_write(isp, reg, val) but the function is defined as
isp1704_write(isp, val, reg). Fix isp1704_write function definition so
that the driver to be functional.
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/ds2780_battery.c')
0 files changed, 0 insertions, 0 deletions