Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178083
b: refs/heads/master
c: 0535f2b
h: refs/heads/master
i:
  178081: 21083cf
  178079: 587488e
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Dec 17, 2009
1 parent 4bb05d8 commit e8dff16
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 256ace9bbd4cdb6d48d5f55d55d42fa20527fad1
refs/heads/master: 0535f2bc170bc0779ac471faff39f633ca19ab59
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ static void mv_port_intr(struct ata_port *ap, u32 port_cause)
struct mv_port_priv *pp;
int edma_was_enabled;

if (!ap || (ap->flags & ATA_FLAG_DISABLED)) {
if (ap->flags & ATA_FLAG_DISABLED) {
mv_unexpected_intr(ap, 0);
return;
}
Expand Down

0 comments on commit e8dff16

Please sign in to comment.