From: Peter Senna Tschudin Date: Wed, 12 Sep 2012 17:03:20 +0000 (+0200) Subject: drivers/usb/misc/rio500.c: removes unnecessary semicolon X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=17e6791082e3dc34d0b43fd50ff8655fdfcc3a99;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git drivers/usb/misc/rio500.c: removes unnecessary semicolon removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/rio500.c b/drivers/usb/misc/rio500.c index 1084124c4a44..b9b356a9dd11 100644 --- a/drivers/usb/misc/rio500.c +++ b/drivers/usb/misc/rio500.c @@ -338,7 +338,7 @@ write_rio(struct file *file, const char __user *buffer, thistime -= partial; } else break; - }; + } if (result) { dev_err(&rio->rio_dev->dev, "Write Whoops - %x\n", result);