lkml.org 
[lkml]   [1999]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectgeneric_serial.c warnings fix

Simple warnings fix.

Stephen

diff -u --recursive --new-file v2.3.33/drivers/char/generic_serial.c linux/drivers/char/generic_serial.c
--- v2.3.33/drivers/char/generic_serial.c Tue Aug 31 14:30:48 1999
+++ linux/drivers/char/generic_serial.c Tue Dec 21 01:04:28 1999
@@ -406,7 +406,7 @@
{
struct gs_port *port = ptr;
long end_jiffies;
- int jiffies_to_transmit, charsleft;
+ int jiffies_to_transmit, charsleft = 0;
int to, rcib;

func_enter();


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.019 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site