]> git.baikalelectronics.ru Git - kernel.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)
commit88c0b882441f278982caa2d8ffdf89484a9830e0
tree084fd81523e85af92e3774b3b85ba74a4a4c84c2
parente2acb83f7d2f5f09b3a910bed6bcc725b9de51fa
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