From: Julia Lawall Date: Fri, 15 Feb 2008 12:53:11 +0000 (+0100) Subject: HID: Use DIV_ROUND_UP X-Git-Tag: v2.6.25-rc7~106^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c4a1b9f257a242866be13c7c61e7a40616ec52;p=pandora-kernel.git HID: 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: Jiri Kosina --- Reading git-diff-tree failed