From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751931AbbCIGWd (ORCPT ); Mon, 9 Mar 2015 02:22:33 -0400 Received: from hofr.at ([212.69.189.236]:53512 "EHLO mail.hofr.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751490AbbCIGWa (ORCPT ); Mon, 9 Mar 2015 02:22:30 -0400 Date: Mon, 9 Mar 2015 07:22:26 +0100 From: Nicholas Mc Guire 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 Subject: Re: [PATCH] ASoC: wm5100: match wait_for_completion_timeout return type 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 Content-Disposition: inline In-Reply-To: <20150308184902.GT28806@sirena.org.uk> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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