提交 17e67910 编写于 作者: P Peter Senna Tschudin 提交者: Greg Kroah-Hartman

drivers/usb/misc/rio500.c: removes unnecessary semicolon

removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/Signed-off-by: NPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2edd9686
...@@ -338,7 +338,7 @@ write_rio(struct file *file, const char __user *buffer, ...@@ -338,7 +338,7 @@ write_rio(struct file *file, const char __user *buffer,
thistime -= partial; thistime -= partial;
} else } else
break; break;
}; }
if (result) { if (result) {
dev_err(&rio->rio_dev->dev, "Write Whoops - %x\n", dev_err(&rio->rio_dev->dev, "Write Whoops - %x\n",
result); result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册