commit | 6b731a65c86119da808b3687e0bbb8f18ab137ad | [log] [tgz] |
---|---|---|
author | Ma Ling <ling.ma@intel.com> | Wed Mar 11 18:18:29 2009 +0800 |
committer | Eric Anholt <eric@anholt.net> | Wed Apr 01 11:59:19 2009 -0700 |
tree | 6a60ff4f2e86f5a6220977b46d528b8dc3f2a30a | |
parent | 959b887cf42fd63cf10e28a7f26126f78aa1c0b0 [diff] |
drm/i915: avoid hanging on to a stale pointer to raw_edid. drm_get_edid will store edid into raw_edid, so when freeing edid memory, at the same time clean raw_edid pointer. Signed-off-by: Ma Ling <ling.ma@intel.com> [anholt: Note that raw_edid is not currently used anywhere] Signed-off-by: Eric Anholt <eric@anholt.net>