commit | 98787c057fdefdce6230ff46f2c1105835005a4c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 06 23:27:52 2009 +0000 |
committer | Eric Anholt <eric@anholt.net> | Fri Mar 27 15:12:17 2009 -0700 |
tree | 867347ab1bf0fb289cc6f7a18039d43b6a174e06 | |
parent | bf5a269a4cc966f783b9faaf3fffd8fa31b53383 [diff] |
drm/i915: Check for dev->primary->master before dereference. I've hit the occasional oops inside i915_wait_ring() with an indication of a NULL derefence of dev->primary->master. Adding a NULL check is consistent with the other potential users of dev->primary->master. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>