Re: [PATCH 6/6] drivers/hid: Use DIV_ROUND_UP

From: Jiri Kosina
Date: Fri Feb 15 2008 - 07:48:46 EST


On Thu, 14 Feb 2008, Julia Lawall wrote:

> - padlen = (len + maxpacket - 1) / maxpacket;
> + padlen = DIV_ROUND_UP(len, maxpacket);

Applied, thanks.

--
Jiri Kosina
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/