]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ata: fix sparse warning in libata.h
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 15 Feb 2008 21:41:32 +0000 (13:41 -0800)
committerJeff Garzik <jeff@garzik.org>
Wed, 20 Feb 2008 17:12:47 +0000 (12:12 -0500)
commit5d44b414daa8c1d8551aed6130d86d54175db43f
tree8d43b2f5fcdd228ecbf5c7e3fc550d49649ba84d
parent332673257056d8be8a69d759eda90a799af5472d
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>
include/linux/libata.h