diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 23:07:00 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 23:07:00 +0000 |
| commit | 74b8d63dcc17c07d8cb21e13f6db517698efd49f (patch) | |
| tree | f9ef37d6819baa5fad7e8d8d09e679def3577aa7 /sys/dev/ata | |
| parent | 61a4e586d4ea3a05c656c094b62a1e550737086c (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/chipsets/ata-intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index 46d0055208dc..502a8593a8bc 100644 --- a/sys/dev/ata/chipsets/ata-intel.c +++ b/sys/dev/ata/chipsets/ata-intel.c @@ -380,7 +380,7 @@ ata_intel_ch_attach(device_t dev) } else if (ata_intel_sata_sidpr_test(dev)) { ch->hw.pm_read = ata_intel_sata_sidpr_read; ch->hw.pm_write = ata_intel_sata_sidpr_write; - }; + } } if (ch->hw.pm_write != NULL) { ch->flags |= ATA_PERIODIC_POLL; |
