From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: ad1980: Return proper error if vendor id mismatch Date: Thu, 8 Sep 2011 15:43:32 -0700 Message-ID: <20110908224328.GA5980@opensource.wolfsonmicro.com> References: <1315276668.9619.1.camel@phoenix> 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 D5B9724E0E for ; Fri, 9 Sep 2011 00:43:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1315276668.9619.1.camel@phoenix> 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: Axel Lin Cc: Roy Huang , Cliff Cai , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Sep 06, 2011 at 10:37:48AM +0800, Axel Lin wrote: > Return -ENODEV instead of 0 if vendor id mismatch. > > Signed-off-by: Axel Lin Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754239Ab1IHXCa (ORCPT ); Thu, 8 Sep 2011 19:02:30 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:43276 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753875Ab1IHXCK (ORCPT ); Thu, 8 Sep 2011 19:02:10 -0400 Date: Thu, 8 Sep 2011 15:43:32 -0700 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Roy Huang , Cliff Cai , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: ad1980: Return proper error if vendor id mismatch Message-ID: <20110908224328.GA5980@opensource.wolfsonmicro.com> References: <1315276668.9619.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1315276668.9619.1.camel@phoenix> X-Cookie: Today is what happened to yesterday. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2011 at 10:37:48AM +0800, Axel Lin wrote: > Return -ENODEV instead of 0 if vendor id mismatch. > > Signed-off-by: Axel Lin Applied, thanks.