Antti Palosaari schrieb: >> I think the oops occurs, because tda10023_writereg() fails in tda10023_attach(). If >> tda10023_writereg fails, an error message is printed. In this case, >> state->frontend.dvb->num is accessed, but it isn't initialized yet. > > hmm, I see the problem now. Originally state was initialized before > tda10023_writereg() was called but after I did some changes this is not > done anymore. And when writereg() fails in attach some reason it oops. It wasn't introduced with your modifications. The frontend.dvb part is initialized after the attach call. tda10023_writereg() must check, if state->frontend.dvb is initialized or not. -Hartmut _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb