commit | 88025632515adfb7fcfac15d087f155b719e78cd | [log] [tgz] |
---|---|---|
author | Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> | Fri Jan 01 13:03:29 2016 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Thu Jan 07 16:38:30 2016 +0100 |
tree | 3e04c1df1dba6cadb574304cc6210dc06c56e1d4 | |
parent | 099867a16a0fa9fd5aafc32e3b1a6f8a90f17834 [diff] |
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>