]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: max8973: Fix up control flag option for bias control
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 1 Jul 2015 13:01:42 +0000 (18:31 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jul 2015 13:42:20 +0000 (14:42 +0100)
commit178dadd8c5a2e0347d4f5e4139ba44d559ba945b
treec1c8de2ca24a6785053f6b9898967eb27120e19b
parent7080a36663ec94f7ed976e9e162c15cc4a03bc56
regulator: max8973: Fix up control flag option for bias control

The control flag for the bias control is MAX8973_CONTROL_BIAS_ENABLE
rather than MAX8973_BIAS_ENABLE which is macro for the bits in
register.

Fix this typo.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max8973-regulator.c