diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:02:15 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:02:15 -0400 |
commit | 9bec2e38527a9f2497b3d976715c672d08d6160d (patch) | |
tree | b081189d1beca3a81ade7209c131977cd8f23f3b /drivers/ata | |
parent | b01e86fee6c821e4e003fd4e9f65453ac478a58e (diff) |
[libata] Trim trailing whitespace.
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/ahci.c | 2 | ||||
-rw-r--r-- | drivers/ata/pdc_adma.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 3f1106fdaed1..1aabc81d82f1 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1075,7 +1075,7 @@ static void ahci_host_intr(struct ata_port *ap) | |||
1075 | return; | 1075 | return; |
1076 | 1076 | ||
1077 | /* ignore interim PIO setup fis interrupts */ | 1077 | /* ignore interim PIO setup fis interrupts */ |
1078 | if (ata_tag_valid(ap->active_tag) && (status & PORT_IRQ_PIOS_FIS)) | 1078 | if (ata_tag_valid(ap->active_tag) && (status & PORT_IRQ_PIOS_FIS)) |
1079 | return; | 1079 | return; |
1080 | 1080 | ||
1081 | if (ata_ratelimit()) | 1081 | if (ata_ratelimit()) |
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 912211ada816..0e23ecb77bc2 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c | |||
@@ -497,7 +497,7 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host) | |||
497 | continue; | 497 | continue; |
498 | DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", | 498 | DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", |
499 | ap->id, qc->tf.protocol, status); | 499 | ap->id, qc->tf.protocol, status); |
500 | 500 | ||
501 | /* complete taskfile transaction */ | 501 | /* complete taskfile transaction */ |
502 | pp->state = adma_state_idle; | 502 | pp->state = adma_state_idle; |
503 | qc->err_mask |= ac_err_mask(status); | 503 | qc->err_mask |= ac_err_mask(status); |