linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] Squash warnings in usb-serial.c
@ 2003-03-07  5:43 David Gibson
  0 siblings, 0 replies; only message in thread
From: David Gibson @ 2003-03-07  5:43 UTC (permalink / raw)
  To: Linus Torvalds, Greg Kroah-Hartman; +Cc: linux-kernel, trivial

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07  5:43 [TRIVIAL] Squash warnings in usb-serial.c David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).