drm/nouveau: we can't free ACPI EDID, so make a copy that we can
authorBen Skeggs <bskeggs@redhat.com>
Fri, 10 Sep 2010 05:33:11 +0000 (15:33 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 24 Sep 2010 06:26:24 +0000 (16:26 +1000)
The rest of the connector code assumes we can kfree() the EDID pointer.
This causes things to blow up with the ACPI EDID pointer we get
passed.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found