[TRIVIAL] Squash warnings in usb-serial.c

From: David Gibson (david@gibson.dropbear.id.au)
Date: Fri Mar 07 2003 - 00:43:52 EST


Linus, please apply:

This squashes (gcc-3.2) "label and end of compound statement
deprecated" warnings in usb-serial.c.

diff -urN pmac-2.5-pristine/drivers/usb/serial/usb-serial.c linux-2.5-zax/drivers/usb/serial/usb-serial.c
--- pmac-2.5-pristine/drivers/usb/serial/usb-serial.c 2003-02-19 19:15:51.000000000 +1100
+++ linux-2.5-zax/drivers/usb/serial/usb-serial.c 2003-03-07 16:31:07.000000000 +1100
@@ -634,6 +634,7 @@
                 serial->type->throttle(port);
 
 exit:
+ ;
 }
 
 static void serial_unthrottle (struct tty_struct * tty)
@@ -656,6 +657,7 @@
                 serial->type->unthrottle(port);
 
 exit:
+ ;
 }
 
 static int serial_ioctl (struct tty_struct *tty, struct file * file, unsigned int cmd, unsigned long arg)
@@ -704,6 +706,7 @@
                 serial->type->set_termios(port, old);
 
 exit:
+ ;
 }
 
 static void serial_break (struct tty_struct *tty, int break_state)
@@ -726,6 +729,7 @@
                 serial->type->break_ctl(port, break_state);
 
 exit:
+ ;
 }
 
 static void serial_shutdown (struct usb_serial *serial)

-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:35 EST