Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344440
b: refs/heads/master
c: 99da09f
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Jeff Garzik committed Dec 14, 2012
1 parent 35ed4cd commit 0275742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 071d3ad37485a82e0543a503272c45cdd32053dd
refs/heads/master: 99da09fcc561b56664b3c4184b5caf4e94449e98
6 changes: 2 additions & 4 deletions trunk/drivers/ata/pata_ep93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,7 @@ static int ep93xx_pata_softreset(struct ata_link *al, unsigned int *classes,
rc = ep93xx_pata_bus_softreset(ap, devmask, deadline);
/* if link is ocuppied, -ENODEV too is an error */
if (rc && (rc != -ENODEV || sata_scr_valid(al))) {
ata_link_printk(al, KERN_ERR, "SRST failed (errno=%d)\n",
rc);
ata_link_err(al, "SRST failed (errno=%d)\n", rc);
return rc;
}

Expand Down Expand Up @@ -857,8 +856,7 @@ static void ep93xx_pata_drain_fifo(struct ata_queued_cmd *qc)

/* Can become DEBUG later */
if (count)
ata_port_printk(ap, KERN_DEBUG,
"drained %d bytes to clear DRQ.\n", count);
ata_port_dbg(ap, "drained %d bytes to clear DRQ.\n", count);

}

Expand Down

0 comments on commit 0275742

Please sign in to comment.