From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752209AbdHVSIt (ORCPT ); Tue, 22 Aug 2017 14:08:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:35359 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752019AbdHVSIs (ORCPT ); Tue, 22 Aug 2017 14:08:48 -0400 Date: Tue, 22 Aug 2017 20:08:46 +0200 Message-ID: From: Takashi Iwai To: "SF Markus Elfring" Cc: , "Bhumika Goyal" , "Julia Lawall" , "Jaroslav Kysela" , "David Howells" , "Fabian Frederick" , , "LKML" Subject: Re: [PATCH] ALSA: cmipci: Use common error handling code in snd_cmipci_probe() In-Reply-To: <1d40ad45-3841-d25b-064a-011c6de5287e@users.sourceforge.net> References: <1d40ad45-3841-d25b-064a-011c6de5287e@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 Tue, 22 Aug 2017 20:03:50 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Tue, 22 Aug 2017 19:58:30 +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. > > Signed-off-by: Markus Elfring Thanks, applied. But, if you'll be working further on the similar changes, please gather them and post once as a patch series, instead of posting spontaneously one by one after each half an hour. This is quite annoying for maintainers. Takashi