diff options
Diffstat (limited to 'sys/dev/pci/if_lmc_common.c')
-rw-r--r-- | sys/dev/pci/if_lmc_common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_lmc_common.c b/sys/dev/pci/if_lmc_common.c index a005df8830c..af526451bd1 100644 --- a/sys/dev/pci/if_lmc_common.c +++ b/sys/dev/pci/if_lmc_common.c @@ -238,8 +238,7 @@ lmc_reset(lmc_softc_t * const sc) /* * busy wait for the chip to reset */ - while ((LMC_CSR_READ(sc, csr_gp) & LMC_GEP_DP) == 0) - ; + while ((LMC_CSR_READ(sc, csr_gp) & LMC_GEP_DP) == 0); /* * Call media specific init routine |