drivers/usb/misc/rio500.c: removes unnecessary semicolon
authorPeter Senna Tschudin <peter.senna@gmail.com>
Wed, 12 Sep 2012 17:03:20 +0000 (19:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 04:48:48 +0000 (21:48 -0700)
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/rio500.c

index 1084124..b9b356a 100644 (file)
@@ -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);