diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-05-03 05:30:25 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2007-05-09 20:15:47 -0400 |
| commit | 6878cce57b43b24eee1a4de6d189051c4646b575 (patch) | |
| tree | 453ac2809b4222621acbad1e8600f7e2cee4ba5f | |
| parent | 0397bad5b413226b8f55f599b185ab506d13b078 (diff) | |
Fix pata_qdi.c probe code
There is a small typo in the probe code of pata_qdi.c, here is a patch.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
| -rw-r--r-- | drivers/ata/pata_qdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_qdi.c b/drivers/ata/pata_qdi.c index 27685ce63c..fb8c9e14b8 100644 --- a/drivers/ata/pata_qdi.c +++ b/drivers/ata/pata_qdi.c | |||
| @@ -375,7 +375,7 @@ static __init int qdi_init(void) | |||
| 375 | res = inb(port + 3); | 375 | res = inb(port + 3); |
| 376 | if (res & 1) { | 376 | if (res & 1) { |
| 377 | /* Single channel mode */ | 377 | /* Single channel mode */ |
| 378 | if (qdi_init_one(port, 6580, ide_port[r & 0x01], ide_irq[r & 0x01], r & 0x04)) | 378 | if (qdi_init_one(port, 6580, ide_port[r & 0x01], ide_irq[r & 0x01], r & 0x04) == 0) |
| 379 | ct++; | 379 | ct++; |
| 380 | } else { | 380 | } else { |
| 381 | /* Dual channel mode */ | 381 | /* Dual channel mode */ |
