Skip to content

Commit

Permalink
drm/i915: indicate framebuffer restore key in SysRq help message
Browse files Browse the repository at this point in the history
At the same time, bring the action message closer to the usual format.

Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
  • Loading branch information
Ferenc Wagner authored and Eric Anholt committed Apr 8, 2009
1 parent 9dff6af commit 5b40f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/i915/intel_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,8 @@ static void intelfb_sysrq(int dummy1, struct tty_struct *dummy3)

static struct sysrq_key_op sysrq_intelfb_restore_op = {
.handler = intelfb_sysrq,
.help_msg = "force fb",
.action_msg = "force restore of fb console",
.help_msg = "force-fb(G)",
.action_msg = "Restore framebuffer console",
};

int intelfb_probe(struct drm_device *dev)
Expand Down

0 comments on commit 5b40f87

Please sign in to comment.