Changeset 246 for GPL/branches/alsa-resync1/alsa-kernel/isa/sgalaxy.c
- Timestamp:
- Aug 22, 2007, 5:33:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/isa/sgalaxy.c
r224 r246 113 113 } 114 114 115 static void snd_sgalaxy_dummy_interrupt(int irq, void *dev_id, struct pt_regs *regs) 116 { 115 static irqreturn_t snd_sgalaxy_dummy_interrupt(int irq, void *dev_id, struct pt_regs *regs) 116 { 117 return IRQ_NONE; 117 118 } 118 119 … … 307 308 if (!cards) { 308 309 #ifdef MODULE 309 printk(KERN_ERR "Sound Galaxy soundcard not found or device busy\n");310 snd_printk(KERN_ERR "Sound Galaxy soundcard not found or device busy\n"); 310 311 #endif 311 312 return -ENODEV;
Note:
See TracChangeset
for help on using the changeset viewer.
