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>
This commit is contained in:
parent
11eff2788a
commit
c09fcc438c
5 changed files with 7 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue