Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75481
b: refs/heads/master
c: c2e14f1
h: refs/heads/master
i:
  75479: 7f5b3c5
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jan 15, 2008
1 parent da40c5e commit fc4ab8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7293fa8fb74f17077a2ac7ccd5b58ae3225317d0
refs/heads/master: c2e14f11120bbef0c883e795da8180b58f3cddae
3 changes: 3 additions & 0 deletions trunk/drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,10 +1094,13 @@ static void sil24_error_intr(struct ata_port *ap)
if (ci && ci->desc) {
err_mask |= ci->err_mask;
action |= ci->action;
if (action & ATA_EH_RESET_MASK)
freeze = 1;
ata_ehi_push_desc(ehi, "%s", ci->desc);
} else {
err_mask |= AC_ERR_OTHER;
action |= ATA_EH_SOFTRESET;
freeze = 1;
ata_ehi_push_desc(ehi, "unknown command error %d",
cerr);
}
Expand Down

0 comments on commit fc4ab8d

Please sign in to comment.