From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6DB8C433DB for ; Tue, 30 Mar 2021 11:21:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 70A5F6195C for ; Tue, 30 Mar 2021 11:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231154AbhC3LVA (ORCPT ); Tue, 30 Mar 2021 07:21:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:41946 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231742AbhC3LU3 (ORCPT ); Tue, 30 Mar 2021 07:20:29 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 2C3A1B258; Tue, 30 Mar 2021 11:20:28 +0000 (UTC) Date: Tue, 30 Mar 2021 13:20:27 +0200 Message-ID: From: Takashi Iwai To: Cc: , , , , , , Subject: Re: [PATCH] ALSA: core: remove redundant spin_lock pair in snd_card_disconnect In-Reply-To: <202103301031552696596@zte.com.cn> 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.3 (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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Mar 2021 04:31:55 +0200, wrote: > > Hi Takashi, > > Thanks a lot for your review! > > > On Mon, 29 Mar 2021 05:36:47 +0200, > > root wrote: > > > > > > [1.1.1 ] > > > > > > From: Jia Zhou > > > > > > modification in commit 2a3f7221acdd ("ALSA: core: Fix card races between > > > register and disconnect") resulting in this problem. > > > > > > Signed-off-by: Jia Zhou > > > Signed-off-by: Yi Wang > > > > The code change looks good, but the patch isn't cleanly applicable via > > git-am. Could you fix your MUA setup, or try to submit via > > git-send-email? > > Apologise to the inconvenient of the format. This is a bug in the mail system of our > company's IT department, which confued us for a long time and will be resolved in > next month :( > > Would you please do me a favor to accept this patch manually? Many thanks. OK, now applied manually. Thanks. Takashi