Skip to content

Commit

Permalink
drm: tegra: don't leave clients host1x member uninitialized
Browse files Browse the repository at this point in the history
No real problem for now, as nothing is using this, but leaving it
unitialized is asking for trouble later on.

Signed-off-by: Lucas Stach <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
lynxeye-dev authored and airlied committed Dec 30, 2012
1 parent 4049508 commit 4026bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/tegra/host1x.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ int host1x_register_client(struct host1x *host1x, struct host1x_client *client)
}
}

client->host1x = host1x;

return 0;
}

Expand Down

0 comments on commit 4026bfb

Please sign in to comment.