From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH] ASoC: tegra: Remove redundant initialisation of compat_filter_fn Date: Sat, 19 Oct 2013 19:26:58 +0200 Message-ID: <5262C0E2.6010809@metafoo.de> References: <1382188623-19494-1-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-101.synserver.de (smtp-out-103.synserver.de [212.40.185.103]) by alsa0.perex.cz (Postfix) with ESMTP id 87F962608ED for ; Sat, 19 Oct 2013 19:27:00 +0200 (CEST) In-Reply-To: <1382188623-19494-1-git-send-email-broonie@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: linux-tegra@vger.kernel.org, alsa-devel@alsa-project.org, Thierry Reding , Mark Brown , Stephen Warren List-Id: alsa-devel@alsa-project.org On 10/19/2013 03:17 PM, Mark Brown wrote: > From: Mark Brown > > Setting a field in a static struct to NULL has no effect so don't bother > (and don't generate false positives for grep). The idea was to make it explicit that tegra uses the compat path, but with the filter function set to NULL. - Lars