From: Julia Lawall Date: Sat, 2 Aug 2008 15:14:21 +0000 (+0200) Subject: [MTD] Use DIV_ROUND_UP X-Git-Tag: v2.6.28-rc1~105^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8872b069c536976b81bccfc95dda945594bc504;p=pandora-kernel.git [MTD] Use 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: Julia Lawall Signed-off-by: David Woodhouse --- Reading git-diff-tree failed