Skip to content
Snippets Groups Projects
Commit 4026bfb3 authored by Lucas Stach's avatar Lucas Stach Committed by Dave Airlie
Browse files

drm: tegra: don't leave clients host1x member uninitialized


No real problem for now, as nothing is using this, but leaving it
unitialized is asking for trouble later on.

Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 40495089
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,8 @@ int host1x_register_client(struct host1x *host1x, struct host1x_client *client)
}
}
client->host1x = host1x;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment