Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218195
b: refs/heads/master
c: 24b102d
h: refs/heads/master
i:
  218193: ef5dfc6
  218191: 1a041aa
v: v3
  • Loading branch information
Ben Skeggs committed Sep 24, 2010
1 parent bd6d7d2 commit 16060d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e071f8cd714261cb4f5ce7104eb54b16b2bbb0cf
refs/heads/master: 24b102d3488c9d201915d070a519e07098e0cd30
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,6 @@ nouveau_acpi_edid(struct drm_device *dev, struct drm_connector *connector)
if (ret < 0)
return ret;

nv_connector->edid = edid;
nv_connector->edid = kmemdup(edid, EDID_LENGTH, GFP_KERNEL);
return 0;
}

0 comments on commit 16060d0

Please sign in to comment.