mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
drivers/usb/misc/rio500.c: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2edd968638
commit
17e6791082
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user