commit | 7dc951aefdc1dc20228691b04867fb6195864d67 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Nov 27 19:43:42 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jan 23 05:24:12 2008 -0500 |
tree | b2c3c1213831593feaf16c9fdc0c88f26d3c10f2 | |
parent | 9d3501ab962b1506d93974faf8509251b4a85fbc [diff] |
libata: xfer_mask is unsigned long not unsigned int Jeff says xfer_mask is unsigned long not unsigned int. Convert all xfermask fields and handling functions to deal with unsigned longs. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>