[PATCH RESEND] 2.5.44 bttv-driver.c

Bongani (bhlope@mweb.co.za)
Mon, 21 Oct 2002 00:32:54 +0200


--Boundary-00=_W8ys9JejBMWvHrj
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

Hi Gerd

Sorry it looks like Kmail broke the patch. I have attached it instead

Cheers
--Boundary-00=_W8ys9JejBMWvHrj
Content-Type: text/x-diff;
charset="us-ascii";
name="bttv.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bttv.patch"

--- linux-2.5/drivers/media/video/bttv-driver.c.old 2002-10-21 00:08:50.000000000 +0200
+++ linux-2.5/drivers/media/video/bttv-driver.c 2002-10-21 00:09:17.000000000 +0200
@@ -813,7 +813,7 @@
i2c_mux = mux = (btv->audio & AUDIO_MUTE) ? AUDIO_OFF : btv->audio;
if (btv->opt_automute && !signal && !btv->radio_user)
mux = AUDIO_OFF;
- printk("bttv%d: amux: mode=%d audio=%d signal=%s mux=%d/%d irq=%s\n",
+ dprintk(KERN_DEBUG "bttv%d: amux: mode=%d audio=%d signal=%s mux=%d/%d irq=%s\n",
btv->nr, mode, btv->audio, signal ? "yes" : "no",
mux, i2c_mux, in_interrupt() ? "yes" : "no");

--Boundary-00=_W8ys9JejBMWvHrj--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/