Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174512
b: refs/heads/master
c: b0a007d
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs authored and Dave Airlie committed Dec 8, 2009
1 parent d38eb0e commit 10f9ea7
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: 447aeb907e417e0e837b4a4026d5081c88b6e8ca
refs/heads/master: b0a007dc27d8d3ff3db07b3ea997323d9330f770
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ int drm_fb_helper_single_fb_probe(struct drm_device *dev,

if (new_fb) {
info->var.pixclock = 0;
ret = fb_alloc_cmap(&info->cmap, crtc->gamma_size, 0);
ret = fb_alloc_cmap(&info->cmap, modeset->crtc->gamma_size, 0);
if (ret)
return ret;
if (register_framebuffer(info) < 0) {
Expand Down

0 comments on commit 10f9ea7

Please sign in to comment.