aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
diff options
context:
space:
mode:
authorLandon J. Fuller <landonf@FreeBSD.org>2017-12-15 04:51:47 +0000
committerLandon J. Fuller <landonf@FreeBSD.org>2017-12-15 04:51:47 +0000
commit6467a17b496dc646991f60d8aaab674bc421ac4a (patch)
treeefc6876bd98df5091e74f77ff9d86142705af5ee /sys/dev/bwn
parent7cd4e55c43e376027cf8b99f3069e49fb8b37c11 (diff)
Notes
Diffstat (limited to 'sys/dev/bwn')
-rw-r--r--sys/dev/bwn/if_bwn_siba_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn_siba_compat.c b/sys/dev/bwn/if_bwn_siba_compat.c
index d6e48252b1c3..2308a3667327 100644
--- a/sys/dev/bwn/if_bwn_siba_compat.c
+++ b/sys/dev/bwn/if_bwn_siba_compat.c
@@ -1984,7 +1984,7 @@ bhnd_compat_cc_pmu_set_ldoparef(device_t dev, uint8_t on)
error = bhnd_pmu_enable_regulator(ctx->pmu_dev,
BHND_REGULATOR_PAREF_LDO);
} else {
- error = bhnd_pmu_enable_regulator(ctx->pmu_dev,
+ error = bhnd_pmu_disable_regulator(ctx->pmu_dev,
BHND_REGULATOR_PAREF_LDO);
}