regulator: mt6359: Remove shift fields from struct mt6359_regulator_info
authorAxel Lin <axel.lin@ingics.com>
Tue, 29 Jun 2021 13:05:02 +0000 (21:05 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 11 Jul 2021 22:50:36 +0000 (23:50 +0100)
commitd6208ba87066c981589ca41f07d29a5803807ead
tree864df3f6da12a6a2a2d6b2f27401a2ee70c61e16
parentb99b7b79a7c57d5f1550b9a507521c791c5f92ed
regulator: mt6359: Remove shift fields from struct mt6359_regulator_info

The shift setting can be calculated via the corresponding mask field,
so remove these shift fields.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210629130503.2183574-2-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6359-regulator.c