commit | d78a9494fe8b63e2ec1e2284e45a8d709c4d02c0 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Mon May 10 12:41:18 2010 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 13 10:05:19 2010 -0700 |
tree | 9c4fc04f4d146bdc42a02a7634896fc8271b5439 | |
parent | 243bc65447a74fbc674fc7fab6f212cce62e0152 [diff] |
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>