drivers/sbus/char: removes unnecessary semicolon
removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
20b739fef0
commit
da20116166
@@ -150,7 +150,7 @@ static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
||||
regs |= D7S_FLIP;
|
||||
writeb(regs, p->regs);
|
||||
break;
|
||||
};
|
||||
}
|
||||
mutex_unlock(&d7s_mutex);
|
||||
|
||||
return error;
|
||||
|
Reference in New Issue
Block a user