drivers/usb: Remove unnecessary return's from void functions
Greg prefers this to go through the trivial tree. http://lkml.org/lkml/2010/6/24/1 There are about 2500 void functions in drivers/usb Only a few used return; at end of function. Standardize them a bit. Moved a statement down a line in drivers/usb/host/u132-hcd.c Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -441,7 +441,6 @@ static void spcp8x5_set_termios(struct tty_struct *tty,
|
||||
spcp8x5_set_workMode(serial->dev, 0x000a,
|
||||
SET_WORKING_MODE_U2C, priv->type);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/* open the serial port. do some usb system call. set termios and get the line
|
||||
|
Reference in New Issue
Block a user