[PATCH] compiler warning fix in opl3sa2.c

Anuradha Ratnaweera (anuradha@gnu.org)
Wed, 30 May 2001 00:48:12 +0600 (LKT)


The following patch fixes a compiler warning of opl3sa2.c.

Regards,

Anuradha

----------------------------------
http://www.bee.lk/people/anuradha/

diff -rua linux-2.4.5/drivers/sound/opl3sa2.c linux/drivers/sound/opl3sa2.c
--- linux-2.4.5/drivers/sound/opl3sa2.c Tue May 29 23:42:11 2001
+++ linux/drivers/sound/opl3sa2.c Wed May 30 00:34:00 2001
@@ -810,7 +810,7 @@
struct isapnp_device_id isapnp_opl3sa2_list[] __initdata = {
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID,
ISAPNP_VENDOR('Y','M','H'), ISAPNP_FUNCTION(0x0021),
- NULL },
+ 0 },
{0}
};

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