From 0d7010a658293464af09c668b740df361712693a Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Mon, 7 Jun 2004 10:55:50 +0000 Subject: =?UTF-8?q?-=20call=20av7710=5Fset=5Fvideo=5Fmode()=20when=20the?= =?UTF-8?q?=20arm=20has=20been=20rebooted=20after=20a=20crash.=20this=20sh?= =?UTF-8?q?ouldn't=20do=20any=20harm=20and=20fixes=20output=20problems=20a?= =?UTF-8?q?fter=20arm=20crashes=20reported=20by=20S=C3=B6ren=20Sonnenburg.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/drivers/media/dvb/ttpci/av7110.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/dvb') diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c index 365dc0c3c..6a872e519 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.c +++ b/linux/drivers/media/dvb/ttpci/av7110.c @@ -136,6 +136,7 @@ static int arm_thread(void *data) av7110->dvb_adapter->num); arm_error(av7110); + av7710_set_video_mode(av7110, vidmode); if (down_interruptible(&av7110->dcomlock)) break; -- cgit v1.2.3