[PATCH] pci enable nm256 audio

Marcus Meissner (Marcus.Meissner@caldera.de)
Wed, 18 Apr 2001 18:16:47 +0200


Hi Alan, linux-kernel,

Some of our customer reported a hang when modprobing nm256_audio,
this patch should fix the problem.

Ciao, Marcus

Index: nm256_audio.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/sound/nm256_audio.c,v
retrieving revision 1.1
diff -u -r1.1 nm256_audio.c
--- nm256_audio.c 2001/04/17 14:50:30 1.1
+++ nm256_audio.c 2001/04/18 16:13:38
@@ -1042,6 +1042,9 @@
struct pm_dev *pmdev;
int x;

+ if (pci_enable_device(pcidev))
+ return 0;
+
card = kmalloc (sizeof (struct nm256_info), GFP_KERNEL);
if (card == NULL) {
printk (KERN_ERR "NM256: out of memory!\n");
-
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/