tree ccf1d7cc2478bbb4bbac0bf39a4a50ff5926f8d3
parent 2f8c70cc97ecc073ca7a722f742afcaccb447b85
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Tue Apr 12 08:24:38 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:24:38 2005

[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]>

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

Index: drivers/media/video/bttv-cards.c
===================================================================
--- a6fce7e45fef19f5c7b975a1209e12ff4bc0dc40/drivers/media/video/bttv-cards.c  
(mode:100644 sha1:3156cc170e3a25f2e061e3a1f193f0a15f0c61ba)
+++ ccf1d7cc2478bbb4bbac0bf39a4a50ff5926f8d3/drivers/media/video/bttv-cards.c  
(mode:100644 sha1:f5d83aa76f50055ee1abc05aff66dd74450b6dd8)
@@ -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