lkml.org 
[lkml]   [2003]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[TRIVIAL] Squash warnings in usb-serial.c
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/
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.037 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site