From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756776AbbCMQU3 (ORCPT ); Fri, 13 Mar 2015 12:20:29 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:14681 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbbCMQU1 (ORCPT ); Fri, 13 Mar 2015 12:20:27 -0400 X-IronPort-AV: E=McAfee;i="5600,1067,7738"; a="200201096" X-IronPort-AV: E=Sophos;i="5.11,395,1422950400"; d="scan'208";a="835953948" From: Kalle Valo To: Nicholas Mc Guire CC: , , , Subject: Re: [PATCH 2/3 RFC] ath10k: wmi: match wait_for_completion_timeout return type References: <1426175362-8640-1-git-send-email-hofrat@osadl.org> Date: Fri, 13 Mar 2015 18:20:01 +0200 In-Reply-To: <1426175362-8640-1-git-send-email-hofrat@osadl.org> (Nicholas Mc Guire's message of "Thu, 12 Mar 2015 11:49:22 -0400") Message-ID: <87bnjwrhse.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01E.na.qualcomm.com (10.85.0.31) To NASANEXM01G.na.qualcomm.com (10.85.0.33) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nicholas Mc Guire writes: > Return type of wait_for_completion_timeout is unsigned long not int. > An appropriately named unsigned long is added and the assignments fixed up. > Rather than returning 0 (timeout) or a more or less random remaining time > (completion success) this return 0 or 1 which also resolves the type of the > functions being int. > > Signed-off-by: Nicholas Mc Guire Why does patch 2 in this patchset have RFC in the title but patches 1 and 3 not? That just makes me confused, I can't tell what you want me to do with the patches. Normally I just drop all patches (or patchsets) which have RFC, and that's what I'm going to do now. To save everyone's time, when submitting something please state clearly what's your intention. -- Kalle Valo