Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358171
b: refs/heads/master
c: 43c8a84
h: refs/heads/master
i:
  358169: cbfdea6
  358167: 86f46a3
v: v3
  • Loading branch information
Daniel Vetter committed Feb 13, 2013
1 parent 8a8291c commit 6d70fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d21bf469d5301d025cd82997bb1529bcdc7086af
refs/heads/master: 43c8a849a1e92fba6ea4493ed950d2a2e31ac87c
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static bool drm_fb_helper_force_kernel_mode(void)
return error;
}

int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
static int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
void *panic_str)
{
/*
Expand All @@ -300,7 +300,6 @@ int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
pr_err("panic occurred, switching back to text console\n");
return drm_fb_helper_force_kernel_mode();
}
EXPORT_SYMBOL(drm_fb_helper_panic);

static struct notifier_block paniced = {
.notifier_call = drm_fb_helper_panic,
Expand Down

0 comments on commit 6d70fa6

Please sign in to comment.