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

Simple warnings fix.

Stephen

diff -u --recursive --new-file v2.3.33/drivers/block/paride/on26.c linux/drivers/block/paride/on26.c
--- v2.3.33/drivers/block/paride/on26.c Tue Dec 22 11:29:00 1998
+++ linux/drivers/block/paride/on26.c Mon Dec 20 23:22:32 1999
@@ -124,7 +124,7 @@

static int on26_test_port( PIA *pi) /* hard reset */

-{ int i, m, d, x, y;
+{ int i, m, d, x = 0, y = 0;

pi->saved_r0 = r0();
pi->saved_r2 = r2();


-
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.391 / U:0.764 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site