From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [RFC/PATCH v7 01/12] media: Media device node support Date: Thu, 6 Jan 2011 16:31:40 -0800 Message-ID: <20110107003140.GA3828@suse.de> References: <0iuif2gxlcatpj50djfn40p8.1294359457034@email.android.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id DE07510392A for ; Fri, 7 Jan 2011 01:32:57 +0100 (CET) Content-Disposition: inline In-Reply-To: <0iuif2gxlcatpj50djfn40p8.1294359457034@email.android.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: Andy Walls Cc: alsa-devel@alsa-project.org, sakari.ailus@maxwell.research.nokia.com, broonie@opensource.wolfsonmicro.com, clemens@ladisch.de, linux-kernel@vger.kernel.org, Hans Verkuil , Laurent Pinchart , linux-media@vger.kernel.org List-Id: alsa-devel@alsa-project.org A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Jan 06, 2011 at 07:24:27PM -0500, Andy Walls wrote: > Why, yes, there is a standard: > > http://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_03.html > > A somewhat verbose description of the errnos is in section 2.3. Ah, so perhaps -ENXIO is the correct thing to return with here. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754969Ab1AGAc7 (ORCPT ); Thu, 6 Jan 2011 19:32:59 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54597 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753939Ab1AGAc6 (ORCPT ); Thu, 6 Jan 2011 19:32:58 -0500 Date: Thu, 6 Jan 2011 16:31:40 -0800 From: Greg KH To: Andy Walls Cc: Hans Verkuil , Laurent Pinchart , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, broonie@opensource.wolfsonmicro.com, clemens@ladisch.de, sakari.ailus@maxwell.research.nokia.com Subject: Re: [RFC/PATCH v7 01/12] media: Media device node support Message-ID: <20110107003140.GA3828@suse.de> References: <0iuif2gxlcatpj50djfn40p8.1294359457034@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0iuif2gxlcatpj50djfn40p8.1294359457034@email.android.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Jan 06, 2011 at 07:24:27PM -0500, Andy Walls wrote: > Why, yes, there is a standard: > > http://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_03.html > > A somewhat verbose description of the errnos is in section 2.3. Ah, so perhaps -ENXIO is the correct thing to return with here. thanks, greg k-h