[PATCH] compiler warning fix in opl3sa2.c

From: Anuradha Ratnaweera (anuradha@gnu.org)
Date: Tue May 29 2001 - 13:48:12 EST


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/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:44 EST