Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200225
b: refs/heads/master
c: fc2362a
h: refs/heads/master
i:
  200223: cc5fa0f
v: v3
  • Loading branch information
Dave Airlie committed Jun 7, 2010
1 parent 9c49ddd commit 2ace58b
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: 9bad145ee2ef43ac36d397190a7d8b1a7306d3fb
refs/heads/master: fc2362afd5ab9456caab4de317da796cc88944fe
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 @@ -264,7 +264,7 @@ bool drm_fb_helper_force_kernel_mode(void)
int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
void *panic_str)
{
DRM_ERROR("panic occurred, switching back to text console\n");
printk(KERN_ERR "panic occurred, switching back to text console\n");
return drm_fb_helper_force_kernel_mode();
return 0;
}
Expand Down

0 comments on commit 2ace58b

Please sign in to comment.