]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: fan53555: Clean up unneeded fields from struct fan53555_device_info
authorAxel Lin <axel.lin@ingics.com>
Fri, 19 Apr 2019 00:58:23 +0000 (08:58 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 26 Apr 2019 09:38:21 +0000 (10:38 +0100)
commit2aefad3f62d678007354d7c9ca357f104b968058
treebd4abfb37507ad5bdad0d296afefbdd728ad04d4
parentcd8f872eb57b9e50da834a5b4494b121ebc6ab28
regulator: fan53555: Clean up unneeded fields from struct fan53555_device_info

The *regmap and *rdev can be replaced by local variables.
The slew_rate is no longer used since commit 837f5d0b4ea0
("regulator: fan53555: use set_ramp_delay to set the ramp up slew rate").

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/fan53555.c