diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2021-09-24 16:26:06 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2024-01-28 11:39:03 +0000 |
| commit | 43ca38eb59ff194fb6d8ad589e74147d94717bf4 (patch) | |
| tree | 1b89df39e34ce69c3fd29fc46f610352286eb813 /sys/dev | |
| parent | ea7f45d3d8d5d41a9cded5765dea43ed215a663b (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mmc/mmc_fdt_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/mmc_fdt_helpers.c b/sys/dev/mmc/mmc_fdt_helpers.c index 0fb76dbfe522..752e5d14bcb0 100644 --- a/sys/dev/mmc/mmc_fdt_helpers.c +++ b/sys/dev/mmc/mmc_fdt_helpers.c @@ -66,7 +66,7 @@ mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, device_printf(dev, "vmmc-supply regulator found\n"); } if (regulator_get_by_ofw_property(dev, 0, "vqmmc-supply", - &helper->vqmmc_supply) == 0 && bootverbose) { + &helper->vqmmc_supply) == 0) { if (bootverbose) device_printf(dev, "vqmmc-supply regulator found\n"); } |
