diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2012-09-18 16:36:11 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-09 01:09:30 (GMT) |
commit | c09fcc438ca7b5498f74e4fcd0b0ce691b4fca5c (patch) | |
tree | cc4549f13d8532ac0b2b374bded665d2f17057de /arch/arm/mach-omap2/pm-debug.c | |
parent | 11eff2788a1eb035693aa675504a40e72c920b61 (diff) | |
download | linux-c09fcc438ca7b5498f74e4fcd0b0ce691b4fca5c.tar.xz |
arch/arm/mach-omap2: Remove unecessary semicolon
Found by http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm-debug.c')
-rw-r--r-- | arch/arm/mach-omap2/pm-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index 3e1345f..46092cd 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -168,7 +168,7 @@ static int pm_dbg_open(struct inode *inode, struct file *file) default: return single_open(file, pm_dbg_show_timers, &inode->i_private); - }; + } } static const struct file_operations debug_fops = { |