From: Julia Lawall Date: Mon, 18 Feb 2008 13:41:55 +0000 (+0100) Subject: claw: make use of DIV_ROUND_UP X-Git-Tag: v2.6.25-rc4~148^2~41^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5154fbf4902744cdd2bb7548487ceaac9840fd2;p=pandora-kernel.git claw: make use of DIV_ROUND_UP The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) / (d)) but is perhaps more readable. Signed-off-by: Ursula Braun Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed