From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754798AbdIGI1Q (ORCPT ); Thu, 7 Sep 2017 04:27:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:36642 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752778AbdIGI1P (ORCPT ); Thu, 7 Sep 2017 04:27:15 -0400 Date: Thu, 07 Sep 2017 10:27:13 +0200 Message-ID: From: Takashi Iwai To: "SF Markus Elfring" Cc: , "Arnd Bergmann" , "Bhumika Goyal" , "Jaroslav Kysela" , "Takashi Sakamoto" , , "LKML" Subject: Re: [PATCH 2/2] ALSA: rme9652: Use common error handling code in snd_hdspm_probe() In-Reply-To: <684da935-9423-70bd-2dca-32bea89cae92@users.sourceforge.net> References: <9832906e-3b04-b708-2c26-4755e0beb811@users.sourceforge.net> <684da935-9423-70bd-2dca-32bea89cae92@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, 05 Sep 2017 22:38:16 +0200, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Tue, 5 Sep 2017 22:22:21 +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 The subject prefix isn't right, it's about hdspm driver. I applied the patch with that correction now. thanks, Takashi