commit | 4b92e2948f8fb2bc2182a2e74703bf0cee777753 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Jun 23 11:39:11 2016 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jun 23 11:59:33 2016 +0200 |
tree | 87658a8b581a808c271de1a1c18f81658242396d | |
parent | 9f2e57cada0483c1d564053a254d6004cddf1c31 [diff] |
gpu: host1x: Remove useless local variable The local 'val' variable is used to store a value and immediately return it to its caller, and hence serves no purpose. Just drop it and directly return the value. Signed-off-by: Thierry Reding <treding@nvidia.com>