Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29224
b: refs/heads/master
c: d63cb4a
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 2, 2006
1 parent 9b28244 commit ad73b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 565083e1f14e7771aa6bac2d3d4aae0b08d48d78
refs/heads/master: d63cb4a6365aa161341fc365df1edc87cd00c9c0
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3909,7 +3909,8 @@ static void ata_pio_error(struct ata_port *ap)
WARN_ON(qc == NULL);

if (qc->tf.command != ATA_CMD_PACKET)
printk(KERN_WARNING "ata%u: PIO error\n", ap->id);
printk(KERN_WARNING "ata%u: dev %u PIO error\n",
ap->id, qc->dev->devno);

/* make sure qc->err_mask is available to
* know what's wrong and recover
Expand Down

0 comments on commit ad73b5e

Please sign in to comment.