Re: [patch]2.2.0-pre5 warnings

Guest section DW (dwguest@win.tue.nl)
Fri, 8 Jan 1999 10:48:02 +0100 (MET)


From: Albert Cranford <AlbertC@millennium.net>

--- linux-2.2.0-pre5/drivers/sound/sb_common.c.orig Thu Jan 7
02:17:16 1999
+++ linux/drivers/sound/sb_common.c Thu Jan 7 02:18:16 1999
@@ -568,8 +568,6 @@
chip = "ES688";
};
if (chip == NULL) {
- int type, dummy;
-
type = ess_identify (devc);

switch (type) {
----PATCH END------

Funny. Is there a global variable `type' somewhere
you want to assign to? Or did you only want to remove dummy?

-
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/