> >@@ -2718,8 +2718,6 @@ void __devinit bttv_init_card2(struct bt > - bttv_reset_audio(btv); > + /* The following reset causes kernel hangs with some DVB cards which Just drop it altogether, without the comment please. It's called in bttv_init_card1 correctly (i.e. *not* for DVB cards, but only others), it shouldn't be needed at this place even for non-dvb cards. > Now, how do we get this into 2.6.11.7 (or whatever the next one is)? Submit a patch with reasonable changelog entry to lkml, usual Documentation/SubmittingPatches way ;) Gerd