lkml.org 
[lkml]   [2003]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Fix for drivers/pnp/interface.c
Hi.

A BK pull from this morning brings in a number of PNP changes, and there
is a problem with interface.c. The patch below moves the variable
declarations to the beginning of the block, and the code now compiles
without problems. I'm using GCC-2.95.4 from Debian, BTW.

Art Haas

===== drivers/pnp/interface.c 1.10 vs edited =====
--- 1.10/drivers/pnp/interface.c Wed Feb 19 11:54:46 2003
+++ edited/drivers/pnp/interface.c Sat Feb 22 11:47:10 2003
@@ -432,11 +432,11 @@
goto done;
}
if (!strnicmp(buf,"set",3)) {
+ struct pnp_resource_table res;
+ int nport = 0, nmem = 0, nirq = 0, ndma = 0;
if (dev->active)
goto done;
buf += 3;
- struct pnp_resource_table res;
- int nport = 0, nmem = 0, nirq = 0, ndma = 0;
pnp_init_resource_table(&res);
while (1) {
while (isspace(*buf))
--
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
-- Benjamin Franklin, Historical Review of Pennsylvania, 1759
-
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.024 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site