diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2002-07-08 18:43:47 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2002-07-08 18:43:47 +0000 |
| commit | 527d1e545b68b78a8e8749cfba8e3c5864865853 (patch) | |
| tree | 9e593445e0a32bcbd6664c71fbb876b190020890 /sys/dev/ata | |
| parent | d3272a1036228c4c263c8f1591f73e36f84bebe2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 5e427e8450ed..948824747752 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -710,8 +710,8 @@ ata_start(struct ata_channel *ch) } } #endif - splx(s); ATA_UNLOCK_CH(ch); + splx(s); } void |
