From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [Patch v2 1/6] ASoC: Tegra: wm8903 probe: Don't call machine_is_*() Date: Wed, 20 Apr 2011 13:59:02 +0100 Message-ID: <20110420125902.GE4097@opensource.wolfsonmicro.com> References: <1303248312-22664-1-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 00901103923 for ; Wed, 20 Apr 2011 14:59:04 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1303248312-22664-1-git-send-email-swarren@nvidia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Stephen Warren Cc: linux-tegra@vger.kernel.org, alsa-devel@alsa-project.org, mike@compulab.co.il, lrg@slimlogic.co.uk List-Id: alsa-devel@alsa-project.org On Tue, Apr 19, 2011 at 03:25:07PM -0600, Stephen Warren wrote: > This machine driver is a platform driver, and hence will only be > instantiated on the correct machines. Hence, there is no need to > check the current machine during probe. > > (Applying Mark's TrimSlice review comments to the existing driver) Applied all, thanks.