From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Date: Thu, 07 Sep 2017 08:24:03 +0000 Subject: Re: [PATCH v2] ALSA: maestro3: Use common error handling code in two functions Message-Id: List-Id: References: <20170822140343.yg7bh3qylthja3tn@mwanda> <83b1ba49-253d-72ed-b3b0-ec7d5e72a12c@users.sourceforge.net> In-Reply-To: <83b1ba49-253d-72ed-b3b0-ec7d5e72a12c@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: alsa-devel@alsa-project.org, Bhumika Goyal , Julia Lawall , Dan Carpenter , Jaroslav Kysela , kernel-janitors@vger.kernel.org, LKML 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