Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335805
b: refs/heads/master
c: cd705d5
h: refs/heads/master
i:
  335803: 18760ab
v: v3
  • Loading branch information
Borislav Petkov authored and Jeff Garzik committed Nov 16, 2012
1 parent efa24d1 commit daee29c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c37472d3f4ec6bf98b443490e069f31d18bcd6f5
refs/heads/master: cd705d5ad49bb8894dda2726dcaef8f63ddeba43
4 changes: 4 additions & 0 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,10 @@ const struct ata_timing *ata_timing_find_mode(u8 xfer_mode)

if (xfer_mode == t->mode)
return t;

WARN_ONCE(true, "%s: unable to find timing for xfer_mode 0x%x\n",
__func__, xfer_mode);

return NULL;
}

Expand Down

0 comments on commit daee29c

Please sign in to comment.