[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4894A46D.10607@s5r6.in-berlin.de>
Date: Sat, 02 Aug 2008 20:16:13 +0200
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: Julia Lawall <julia@...u.dk>
CC: ben.collins@...ntu.com, linux1394-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH 3/10] drivers/ieee1394: Use DIV_ROUND_UP
Julia Lawall wrote:
> -#define bytes_to_quads(_b) (((_b) + sizeof(u32) - 1) / sizeof(u32))
> +#define bytes_to_quads(_b) DIV_ROUND_UP(_b, sizeof(u32))
...
> - return (dg_size + adj_max_payload - 1) / adj_max_payload;
> + return DIV_ROUND_UP(dg_size, adj_max_payload);
I cut the changelog down to the necessary and committed it to
linux1394-2.6.git. Thanks,
--
Stefan Richter
-=====-==--- =--- ---=-
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists