commit | 21386f86c9af92fea4897e90c1671b3f0010e936 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Thu Aug 28 14:40:06 2014 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 03 11:04:57 2014 +0200 |
tree | c77d51425d2c38864ba951b09fe76b4718952778 | |
parent | 1c14762d0cc3eecfdc5060bd634d124d32bd9d44 [diff] |
drm/i915: trivial: remove unneed set to NULL At this point of the code the obj var is already NULL, so we don't need to set it again to NULL. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>