Re: [PATCH 2.5.67] trivial compile fix for sound/isa/sb/sb16.c

John Kim (john@larvalstage.com)
Tue, 8 Apr 2003 20:41:54 -0400 (EDT)


Ack.. Here is the right patch. Sorry.

John Kim

--- linux-2.5.67/sound/isa/sb/sb16.c 2003-04-07 13:32:23.000000000 -0400
+++ linux-2.5.67-new/sound/isa/sb/sb16.c 2003-04-08 20:38:36.000000000 -0400
@@ -331,7 +331,7 @@
goto __wt_error;
}
awe_port[dev] = pnp_port_start(pdev, 0);
- snd_printdd("pnp SB16: wavetable port=0x%lx\n", pdev->resource[0].start);
+ snd_printdd("pnp SB16: wavetable port=0x%lx\n", awe_port[dev]);
} else {
__wt_error:
if (pdev) {

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