From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas Mc Guire Subject: Re: [PATCH] ASoC: wm5100: match wait_for_completion_timeout return type Date: Mon, 9 Mar 2015 07:22:26 +0100 Message-ID: <20150309062226.GA9226@opentech.at> References: <1425812227-24172-1-git-send-email-hofrat@osadl.org> <20150308184902.GT28806@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20150308184902.GT28806@sirena.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: Mark Brown Cc: Nicholas Mc Guire , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Lars-Peter Clausen , Charles Keepax , Tomi Valkeinen , Xiubo Li , "Rafael J. Wysocki" , Axel Lin , abdoulaye berthe , patches@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Sun, 08 Mar 2015, Mark Brown wrote: > On Sun, Mar 08, 2015 at 06:57:07AM -0400, Nicholas Mc Guire wrote: > > return type of wait_for_completion_timeout is unsigned long not int. An > > appropriately named unsigned long is added and the assignment fixed up. > > You are sending these to a very large CC list many of whom have no > obvious connection to the driver - please take care to ensure that the > people you are sending patches to are likely to want to review the code, > this helps keep people's mailboxes less noisy. sorry if I messed that up - my understanding was that it should go out to all that scripts/get_mainteiner.pl shows for the espective file. Should some of those listed not be put on the CC list - or only maintainers+mailinglists ? thx! hofrat