]> asedeno.scripts.mit.edu Git - linux.git/commit
gpu: host1x: Explicitly initialize host1x_info structures
authorThierry Reding <treding@nvidia.com>
Thu, 5 Sep 2019 09:39:05 +0000 (11:39 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 28 Oct 2019 10:18:33 +0000 (11:18 +0100)
commit8f45f5071ad2be6ace6f77892e0015e89fd42028
tree084fd81523e85af92e3774b3b85ba74a4a4c84c2
parentb9cd7b954a6dc2329458599222d994837530a350
gpu: host1x: Explicitly initialize host1x_info structures

It's technically not required to explicitly initialize the fields that
will be zero by default, but it's easier to read these structures if
they are all initialized uniformly.

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