]> 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)
commit74ac941dc1b8ddd25e7b237bf3078913bb11856e
tree084fd81523e85af92e3774b3b85ba74a4a4c84c2
parentf3739a6b01204a899d6122a13dbf18e4b3988e40
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