gpu: host1x: cdma: Drop unnecessary local variable
authorThierry Reding <treding@nvidia.com>
Thu, 23 Jun 2016 09:21:51 +0000 (11:21 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 23 Jun 2016 09:59:27 +0000 (11:59 +0200)
commitebb2475c4731d9c9940db6ff6514fab723e1f489
treecd82dc96c210ef0f2b83aec231851ae00b6c3515
parente18e33afa4011b0670e5040eda1b8a2d0b995e4e
gpu: host1x: cdma: Drop unnecessary local variable

The local 'pos' variable doesn't serve any purpose other than being a
shortcut for pb->pos, but the result doesn't remove much, so simply drop
the local variable.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/cdma.c
This page took 0.02467 seconds and 5 git commands to generate.