Message from discussion
fix Bug 4395: modprobe bttv freezes the computer
Path: g2news1.google.com!news1.google.com!proxad.net!news.newsland.it!area.cu.mi.it!bofh.it!news.nic.it!robomod
From: a...@osdl.org
Newsgroups: linux.kernel
Subject: [patch 012/198] fix Bug 4395: modprobe bttv freezes the computer
Date: Wed, 13 Apr 2005 03:20:08 +0200
Message-ID: <3SEI0-2U7-19@gated-at.bofh.it>
X-Original-To: torva...@osdl.org
X-Mimedefang-Filter: osdl$Revision: 1.106 $
X-Scanned-By: MIMEDefang 2.36
Sender: robo...@news.nic.it
X-Mailing-List: linux-kernel@vger.kernel.org
Approved: robo...@news.nic.it
Lines: 35
Organization: linux.* mail to news gateway
X-Original-Cc: linux-ker...@vger.kernel.org, a...@osdl.org, j...@linuxtv.org
X-Original-Date: Tue, 12 Apr 2005 03:30:43 -0700
X-Original-Message-ID: <200504121030.j3CAUnoP005159@shell0.pdx.osdl.net>
X-Original-Sender: linux-kernel-ow...@vger.kernel.org
From: Johannes Stezenbach <j...@linuxtv.org>
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 <j...@linuxtv.org>
Signed-off-by: Andrew Morton <a...@osdl.org>
---
25-akpm/drivers/media/video/bttv-cards.c | 2 --
1 files changed, 2 deletions(-)
diff -puN drivers/media/video/bttv-cards.c~fix-bug-4395-modprobe-bttv-freezes-the-computer drivers/media/video/bttv-cards.c
--- 25/drivers/media/video/bttv-cards.c~fix-bug-4395-modprobe-bttv-freezes-the-computer 2005-04-12 03:21:06.348171832 -0700
+++ 25-akpm/drivers/media/video/bttv-cards.c 2005-04-12 03:21:06.354170920 -0700
@@ -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)
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/