tree cddd6fefd8e9895db1dfc933a5a174ec374694ec
parent 51410d3c53d85da0f24277f9580cbec1260ffc8f
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:02 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:02 -0700

[PATCH] fix Bug 4395: modprobe bttv freezes the computer


)


From: Johannes Stezenbach <[EMAIL PROTECTED]>

Fix http://bugme.osdl.org/show_bug.cgi?id=4395.

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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 media/video/bttv-cards.c |    2 --
 1 files changed, 2 deletions(-)

Index: drivers/media/video/bttv-cards.c
===================================================================
--- 947575daff5bee85e09a438f40f11aae57cd0475/drivers/media/video/bttv-cards.c  
(mode:100644 sha1:abce874e71cc69ad88d8666bda5fde34df7a4fdd)
+++ cddd6fefd8e9895db1dfc933a5a174ec374694ec/drivers/media/video/bttv-cards.c  
(mode:100644 sha1:85224b90e394643ef40e18deaa146867ae47105f)
@@ -2785,8 +2785,6 @@
         }
        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)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to