i2c: tegra: Use BIT macro
authorJon Hunter <jonathanh@nvidia.com>
Fri, 26 Aug 2016 13:08:58 +0000 (14:08 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 30 Aug 2016 19:57:32 +0000 (21:57 +0200)
commit2929be29e09b789f0e6c61549e3426c439d78c58
tree3e8e1a8a99e548a5ca8f89773aaab321c1e1425c
parentc7ae44e8aadafec41eb7a5dcdeebc9022bf6c1ce
i2c: tegra: Use BIT macro

Checkpatch warns about spacing around the '<<' operator in the Tegra I2C
driver and so fix these by converting the bit definitions that are using
this operator to use the BIT macro.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-tegra.c