]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Remove redundant parentheses
authorThierry Reding <treding@nvidia.com>
Thu, 23 Jun 2016 09:37:31 +0000 (11:37 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 23 Jun 2016 09:59:31 +0000 (11:59 +0200)
commitb63761f8bc9d54c84b827a9c78eb7c6a75c1781f
treeba798ca3c6daf9381881e154f5a014a6f724312f
parent95c46d937bc93d32254205feb0777444b5213a07
gpu: host1x: Remove redundant parentheses

There's no need to wrap the BIT() macro into an extra set of parentheses
because it's already implemented to use its own set.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/hw/cdma_hw.c