commit | 6f1062330499cee10396bf3fc66a03eb228c5fad | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Tue Aug 30 21:52:18 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Tue Aug 30 21:52:18 2005 -0400 |
tree | 157728e07af3efc756737108b01f9feee40eb360 | |
parent | 1623c81eece58740279b8de802fa5895221f2044 [diff] [blame] |
[libata] fix ATAPI-enable typo Dumb typo spotted by Mark Lord.
diff --git a/drivers/scsi/libata-scsi.c b/drivers/scsi/libata-scsi.c index 5582376..104fd9a 100644 --- a/drivers/scsi/libata-scsi.c +++ b/drivers/scsi/libata-scsi.c
@@ -1470,7 +1470,7 @@ if (unlikely(!ata_dev_present(dev))) return NULL; - if (atapi_enabled) { + if (!atapi_enabled) { if (unlikely(dev->class == ATA_DEV_ATAPI)) return NULL; }