Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220560
b: refs/heads/master
c: a2b89cd
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Wim Van Sebroeck committed Oct 28, 2010
1 parent ac11851 commit 5ed957f
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: 641912f479962e50b29573a8c0e8c514eb02e9b8
refs/heads/master: a2b89cd85ed55029400521a93dde868ac7150b31
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/machzwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static struct notifier_block zf_notifier = {

static void __init zf_show_action(int act)
{
char *str[] = { "RESET", "SMI", "NMI", "SCI" };
static const char * const str[] = { "RESET", "SMI", "NMI", "SCI" };

printk(KERN_INFO PFX ": Watchdog using action = %s\n", str[act]);
}
Expand Down

0 comments on commit 5ed957f

Please sign in to comment.