commit | be9a50c8524b53003e5fa32f072945772ffd13a5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Mar 31 22:48:52 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Mar 31 10:14:42 2006 -0500 |
tree | a82555012a718f030f6be95fbec5336ff9b76cca | |
parent | 8e0e694a3a48212bfe29a9ad3cd592bf68dfec81 [diff] |
[PATCH] libata: fix ata_xfer_tbl termination ata_xfer_tbl is terminated by entry with -1 as ->shift. However, ->shift was unsigned int making the termination condition bogus. This patch converts ->shift and ->bits to int. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>