From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754855AbdIGIfY (ORCPT ); Thu, 7 Sep 2017 04:35:24 -0400 Received: from mx2.suse.de ([195.135.220.15]:37653 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754826AbdIGIfW (ORCPT ); Thu, 7 Sep 2017 04:35:22 -0400 Date: Thu, 07 Sep 2017 10:35:21 +0200 Message-ID: From: Takashi Iwai To: "SF Markus Elfring" Cc: , "Bhumika Goyal" , "Ingo Molnar" , "Jaroslav Kysela" , "David Howells" , , "LKML" Subject: Re: [PATCH 1/3] ALSA: ymfpci: Use common error handling code in snd_card_ymfpci_probe() In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 06 Sep 2017 21:46:52 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 6 Sep 2017 20:45:11 +0200 > > * Add a jump target so that a bit of exception handling can be better > reused at the end of this function. > > This issue was detected by using the Coccinelle software. > > * The script "checkpatch.pl" pointed information out like the following. > > ERROR: do not use assignment in if condition > > Thus fix a few source code places. > > Signed-off-by: Markus Elfring Applied now. Thanks. Takashi