commit | 123d5c0197d8333c3f5cb9572a0c8299dc611233 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 23 16:15:21 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 23 17:13:33 2010 +0100 |
tree | 7a6fb7c4843574339f4be66c16a51f21a0d8b7b2 | |
parent | 9b74f7348f214b1f99819f0d0da4a1cbabb1e740 [diff] |
drm/i915/sdvo: Cleanup connector on error path We weren't unlinking the freed connector from the drm lists, and so hit some use-after-free if we failed to initialise the connector. Reported-and-tested-by: Woody Suwalski <terraluna977@gmail.com> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=18342 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>