Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358177
b: refs/heads/master
c: 2180c3c
h: refs/heads/master
i:
  358175: f7a7c6a
v: v3
  • Loading branch information
Daniel Vetter committed Feb 13, 2013
1 parent 0732f74 commit d57ade5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7e53f3a423146745a4e4bb93362d488dfad502a8
refs/heads/master: 2180c3c7e76536ce8ff0fd957a11dbfaa1e93403
6 changes: 3 additions & 3 deletions trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,6 @@ static int drm_fb_helper_single_fb_probe(struct drm_fb_helper *fb_helper,
dev_info(fb_helper->dev->dev, "fb%d: %s frame buffer device\n",
info->node, info->fix.id);

} else {
drm_fb_helper_set_par(info);
}

/* Switch back to kernel console on panic */
Expand Down Expand Up @@ -1436,7 +1434,9 @@ int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper)
drm_setup_crtcs(fb_helper);
drm_modeset_unlock_all(dev);

return drm_fb_helper_single_fb_probe(fb_helper, bpp_sel);
drm_fb_helper_set_par(fb_helper->fbdev);

return 0;
}
EXPORT_SYMBOL(drm_fb_helper_hotplug_event);

Expand Down

0 comments on commit d57ade5

Please sign in to comment.