From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH v2] ath10k: fixup wait_for_completion_timeout return handling Date: Wed, 7 Jan 2015 19:04:36 +0200 Message-ID: <87sifmsesb.fsf@kamboji.qca.qualcomm.com> References: <1419968660-17404-1-git-send-email-der.herr@hofr.at> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Chun-Yeow Yeoh , Sergei Shtylyov , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, ath10k@lists.infradead.org, Michal Kazior , Ben Greear , Yanbo Li To: Nicholas Mc Guire Return-path: In-Reply-To: <1419968660-17404-1-git-send-email-der.herr@hofr.at> (Nicholas Mc Guire's message of "Tue, 30 Dec 2014 14:44:20 -0500") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "ath10k" Errors-To: ath10k-bounces+gldad-ath10k=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org Nicholas Mc Guire writes: > wait_for_completion_timeout does not return negative values so the tests > for <= 0 are not needed and the case differentiation in the error handling > path unnecessary. > > v2: all wait_for_completion_timeout changes in a single patch > > patch was only compile tested x86_64_defconfig + CONFIG_ATH_CARDS=m > CONFIG_ATH10K=m > > patch is against linux-next 3.19.0-rc1 -next-20141226 > > None of the proposed cleanups are critical. > All changes should only be removing unreachable cases. > > Signed-off-by: Nicholas Mc Guire > --- All the comments after "v2:" should be here, under the "---" line so that git-am can automatically discard them. -- Kalle Valo