From: Sekhar Nori Date: Mon, 10 May 2010 07:11:18 +0000 (+0530) Subject: davinci: edma: use BIT() wherever possible X-Git-Tag: v2.6.35-rc1~499^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78a9494fe8b63e2ec1e2284e45a8d709c4d02c0;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed