Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915: do not read uninitialized ->dev_private
->dev_private at that point is NULL and is initialied only a few lines later. Signed-off-by: Luca Tettamanti <kronos.it@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>
- Loading branch information