Mika Laitio wrote: > memset and udelay changes from s2-mfe were really not making any visible > changes for me, but at least the memset call is a good thing to do. + memset(&core->board, 0, sizeof(core->board)); memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board)); Contrary to your opinion, this call to memset is superflous, as all the zeroes get overwritten by the call to memcpy. Regards, Andreas _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb