* [PATCH] [fix Bug 4395] modprobe bttv freezes the computer
@ 2005-04-05 14:55 Johannes Stezenbach
2005-04-08 22:05 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Stezenbach @ 2005-04-05 14:55 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, Greg KH
Here's a patch that fixes
http://bugme.osdl.org/show_bug.cgi?id=4395.
In case there's a 2.6.11.7 before 2.6.12 is released it would
be nice to include this patch there, too.
Johannes
---
Patch by Manu Abraham and Gerd Knorr:
Remove redundant bttv_reset_audio() which caused the computer to
freeze with some bt8xx based DVB cards when loading the bttv driver.
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
drivers/media/video/bttv-cards.c | 2 --
1 files changed, 2 deletions(-)
Index: linux-2.6.12-rc2/drivers/media/video/bttv-cards.c
===================================================================
--- linux-2.6.12-rc2.orig/drivers/media/video/bttv-cards.c 2005-04-05 02:35:41.000000000 +0200
+++ linux-2.6.12-rc2/drivers/media/video/bttv-cards.c 2005-04-05 02:37:31.000000000 +0200
@@ -2785,8 +2785,6 @@ void __devinit bttv_init_card2(struct bt
}
btv->pll.pll_current = -1;
- bttv_reset_audio(btv);
-
/* tuner configuration (from card list / autodetect / insmod option) */
if (UNSET != bttv_tvcards[btv->c.type].tuner_type)
if(UNSET == btv->tuner_type)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] [fix Bug 4395] modprobe bttv freezes the computer
2005-04-05 14:55 [PATCH] [fix Bug 4395] modprobe bttv freezes the computer Johannes Stezenbach
@ 2005-04-08 22:05 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2005-04-08 22:05 UTC (permalink / raw)
To: Johannes Stezenbach, Andrew Morton, linux-kernel; +Cc: stable
On Tue, Apr 05, 2005 at 04:55:52PM +0200, Johannes Stezenbach wrote:
> Here's a patch that fixes
> http://bugme.osdl.org/show_bug.cgi?id=4395.
>
> In case there's a 2.6.11.7 before 2.6.12 is released it would
> be nice to include this patch there, too.
Thanks, I've added this to the stable queue.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-08 22:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-05 14:55 [PATCH] [fix Bug 4395] modprobe bttv freezes the computer Johannes Stezenbach
2005-04-08 22:05 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox