Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211035
b: refs/heads/master
c: 123d5c0
h: refs/heads/master
i:
  211033: 1868172
  211031: c4e3830
v: v3
  • Loading branch information
Chris Wilson committed Sep 23, 2010
1 parent 2059a0f commit a94c9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b74f7348f214b1f99819f0d0da4a1cbabb1e740
refs/heads/master: 123d5c0197d8333c3f5cb9572a0c8299dc611233
6 changes: 2 additions & 4 deletions trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2170,8 +2170,7 @@ intel_sdvo_tv_init(struct intel_sdvo *intel_sdvo, int type)
return true;

err:
intel_sdvo_destroy_enhance_property(connector);
kfree(intel_sdvo_connector);
intel_sdvo_destroy(connector);
return false;
}

Expand Down Expand Up @@ -2243,8 +2242,7 @@ intel_sdvo_lvds_init(struct intel_sdvo *intel_sdvo, int device)
return true;

err:
intel_sdvo_destroy_enhance_property(connector);
kfree(intel_sdvo_connector);
intel_sdvo_destroy(connector);
return false;
}

Expand Down

0 comments on commit a94c9ce

Please sign in to comment.