diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:14:15 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:14:15 -0400 |
commit | a670fcb43f01a67ef56176afc76e5d43d128b25c (patch) | |
tree | 09c9411c78a33ff980e9ea871bc7686e7589abbf /drivers/scsi/eata_pio.c | |
parent | 327309e899662b482c58cf25f574513d38b5788c (diff) | |
parent | b0825488a642cadcf39709961dde61440cb0731c (diff) |
/spare/repo/netdev-2.6 branch 'master'
Diffstat (limited to 'drivers/scsi/eata_pio.c')
-rw-r--r-- | drivers/scsi/eata_pio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/eata_pio.c b/drivers/scsi/eata_pio.c index 04a06b71a5e2..42c6e35f801c 100644 --- a/drivers/scsi/eata_pio.c +++ b/drivers/scsi/eata_pio.c | |||
@@ -449,7 +449,7 @@ static int eata_pio_abort(struct scsi_cmnd *cmd) | |||
449 | { | 449 | { |
450 | uint loop = HZ; | 450 | uint loop = HZ; |
451 | 451 | ||
452 | DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_abort called pid: %ld " "target: %x lun: %x reason %x\n", cmd->pid, cmd->device->id, cmd->device->lun, cmd->abort_reason)); | 452 | DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_abort called pid: %ld " "target: %x lun: %x\n", cmd->pid, cmd->device->id, cmd->device->lun)); |
453 | 453 | ||
454 | 454 | ||
455 | while (inb(cmd->device->host->base + HA_RAUXSTAT) & HA_ABUSY) | 455 | while (inb(cmd->device->host->base + HA_RAUXSTAT) & HA_ABUSY) |
@@ -484,7 +484,7 @@ static int eata_pio_host_reset(struct scsi_cmnd *cmd) | |||
484 | struct scsi_cmnd *sp; | 484 | struct scsi_cmnd *sp; |
485 | struct Scsi_Host *host = cmd->device->host; | 485 | struct Scsi_Host *host = cmd->device->host; |
486 | 486 | ||
487 | DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_reset called pid:%ld target:" " %x lun: %x reason %x\n", cmd->pid, cmd->device->id, cmd->device->lun, cmd->abort_reason)); | 487 | DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_reset called pid:%ld target:" " %x lun: %x\n", cmd->pid, cmd->device->id, cmd->device->lun)); |
488 | 488 | ||
489 | spin_lock_irq(host->host_lock); | 489 | spin_lock_irq(host->host_lock); |
490 | 490 | ||