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)
commit127e10624232c5d605cad840d21af3b842541719
treec1c8de2ca24a6785053f6b9898967eb27120e19b
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
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