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: 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: linux-tegra@vger.kernel.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