dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
authorLee Jones <lee.jones@linaro.org>
Wed, 15 May 2013 09:51:52 +0000 (10:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Jun 2013 09:12:07 +0000 (11:12 +0200)
commit8a3b6e143c3aa31fab4a820105e91e1cdb17ad42
tree5651714c25d6522a3287c23e9c60dfa4029bb00f
parent1e74043a29cdec67279d6e4f494dd1674a1b2365
dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s

The aim is to make the code that little more readable.

Acked-by: Vinod Koul <vnod.koul@intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/dma/ste_dma40.c