From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ffm.saftware.de ([83.141.3.46]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1Kie6j-0005Vm-Of for linux-dvb@linuxtv.org; Thu, 25 Sep 2008 01:49:22 +0200 Message-ID: <48DAD1FD.1060801@linuxtv.org> Date: Thu, 25 Sep 2008 01:49:17 +0200 From: Andreas Oberritter MIME-Version: 1.0 To: Mika Laitio References: In-Reply-To: Cc: linux-dvb@linuxtv.org Subject: Re: [linux-dvb] dvb-t fix for hvr-4000 multiproto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-dvb-bounces@linuxtv.org Errors-To: linux-dvb-bounces+mchehab=infradead.org@linuxtv.org List-ID: 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@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb