commit | 5d44b414daa8c1d8551aed6130d86d54175db43f | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Feb 15 13:41:32 2008 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Feb 20 12:12:47 2008 -0500 |
tree | 8d43b2f5fcdd228ecbf5c7e3fc550d49649ba84d | |
parent | 332673257056d8be8a69d759eda90a799af5472d [diff] |
ata: fix sparse warning in libata.h Avoids lots of these, also is more readable. include/linux/libata.h:1210:13: warning: potentially expensive pointer subtraction Change the subtraction to addition on the other side of the comparison. Thanks to Christer Weinigel for the suggestion. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Acked-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>