From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754645AbdIGIYG (ORCPT ); Thu, 7 Sep 2017 04:24:06 -0400 Received: from mx2.suse.de ([195.135.220.15]:36419 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752778AbdIGIYF (ORCPT ); Thu, 7 Sep 2017 04:24:05 -0400 Date: Thu, 07 Sep 2017 10:24:03 +0200 Message-ID: From: Takashi Iwai To: "SF Markus Elfring" Cc: , "Bhumika Goyal" , "Julia Lawall" , "Dan Carpenter" , "Jaroslav Kysela" , , "LKML" Subject: Re: [PATCH v2] ALSA: maestro3: Use common error handling code in two functions In-Reply-To: <83b1ba49-253d-72ed-b3b0-ec7d5e72a12c@users.sourceforge.net> References: <20170822140343.yg7bh3qylthja3tn@mwanda> <83b1ba49-253d-72ed-b3b0-ec7d5e72a12c@users.sourceforge.net> 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 08:32:23 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Wed, 6 Sep 2017 08:18:30 +0200 > > Add jump targets so that a bit of exception handling can be better reused > at the end of these functions. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > --- > > v2: > * An approach to make a few checks for a failure predicate a bit safer > was rejected so far. > > * Extra blank lines were added before labels. Applied, thanks. Takashi