lkml.org 
[lkml]   [1998]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.1.130 Oops (sound related, reproducable)
On Sat, Nov 28, 1998 at 05:21:00PM +1300, Nic Bellamy wrote:
> If I load my sound module (sb.o in this case, for a SB16), but give it the
> wrong parameters, it appears the probe routines are not releasing the I/O
> port (this is my relatively uneducated guess, anyway). I saw a similar

This patch should fix the problem.

Philipp Rumpf
--- linux/drivers/sound/sb_common.c Sat Nov 28 11:49:15 1998
+++ linux-prumpf/drivers/sound/sb_common.c Sat Nov 28 15:38:46 1998
@@ -878,6 +878,7 @@

if(!sb16_set_dma_hw(devc)) {
free_irq(devc->irq, devc);
+ release_region(hw_config->io_base, 16);
return 0;
}
\
 
 \ /
  Last update: 2005-03-22 13:45    [W:0.033 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site