]> bbs.cooldavid.org Git - net-next-2.6.git/commit
davinci: edma: use BIT() wherever possible
authorSekhar Nori <nsekhar@ti.com>
Mon, 10 May 2010 07:11:18 +0000 (12:41 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 13 May 2010 17:05:19 +0000 (10:05 -0700)
commitd78a9494fe8b63e2ec1e2284e45a8d709c4d02c0
tree9c4fc04f4d146bdc42a02a7634896fc8271b5439
parent243bc65447a74fbc674fc7fab6f212cce62e0152
davinci: edma: use BIT() wherever possible

This patch replaces occurences of (1 << x) with
BIT(x) as it makes for much better reading.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/dma.c