summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-10-28 04:32:41 +0000
committerimp <imp@FreeBSD.org>2008-10-28 04:32:41 +0000
commit8630f6d5149e10897f4d3300eebf68fb47ef80e0 (patch)
tree699982fdbd828209227f5589c0cc75d73b8bcf68
parentb5b26198a7f928a0b1366da879539ba7818485af (diff)
downloadFreeBSD-src-8630f6d5149e10897f4d3300eebf68fb47ef80e0.zip
FreeBSD-src-8630f6d5149e10897f4d3300eebf68fb47ef80e0.tar.gz
style(9) nit: remove unnecessary {} pair.
-rw-r--r--sys/i386/isa/pmtimer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/pmtimer.c b/sys/i386/isa/pmtimer.c
index 1eeac6d..d8e6d1f 100644
--- a/sys/i386/isa/pmtimer.c
+++ b/sys/i386/isa/pmtimer.c
@@ -69,9 +69,8 @@ static int
pmtimer_probe(device_t dev)
{
- if (ISA_PNP_PROBE(device_get_parent(dev), dev, pmtimer_ids) == ENXIO) {
+ if (ISA_PNP_PROBE(device_get_parent(dev), dev, pmtimer_ids) == ENXIO)
return (ENXIO);
- }
/* only one instance always */
return (device_get_unit(dev));
OpenPOWER on IntegriCloud