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)
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>

No differences found