Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282525
b: refs/heads/master
c: 5d3852d
h: refs/heads/master
i:
  282523: 27c3ab1
v: v3
  • Loading branch information
Alan Cox authored and Dave Airlie committed Dec 20, 2011
1 parent 86cbc33 commit b005953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 1fbe6f625f69e48c4001051dc1431afc704acfaa
refs/heads/master: 5d3852dcabacc918f8c1428171513b6d618221fd
5 changes: 2 additions & 3 deletions trunk/drivers/gpu/drm/gma500/oaktrail_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ void oaktrail_lvds_init(struct drm_device *dev,
struct psb_intel_connector *psb_intel_connector;
struct drm_connector *connector;
struct drm_encoder *encoder;
struct drm_psb_private *dev_priv =
(struct drm_psb_private *) dev->dev_private;
struct drm_psb_private *dev_priv = dev->dev_private;
struct edid *edid;
int ret = 0;
struct i2c_adapter *i2c_adap;
Expand All @@ -340,7 +339,7 @@ void oaktrail_lvds_init(struct drm_device *dev,
if (!psb_intel_encoder)
return;

psb_intel_connector = kzalloc(sizeof(struct psb_intel_encoder), GFP_KERNEL);
psb_intel_connector = kzalloc(sizeof(struct psb_intel_connector), GFP_KERNEL);
if (!psb_intel_connector)
goto failed_connector;

Expand Down

0 comments on commit b005953

Please sign in to comment.