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=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT 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 AE798C04A6B for ; Wed, 8 May 2019 06:48:44 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2DBB8214C6 for ; Wed, 8 May 2019 06:48:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sirena.org.uk header.i=@sirena.org.uk header.b="Qsn5PZyA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2DBB8214C6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 44zRrp2M6JzDqNV for ; Wed, 8 May 2019 16:48:42 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=sirena.org.uk (client-ip=2a01:7e01::f03c:91ff:fed4:a3b6; helo=heliosphere.sirena.org.uk; envelope-from=broonie@sirena.org.uk; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=sirena.org.uk header.i=@sirena.org.uk header.b="Qsn5PZyA"; dkim-atps=neutral Received: from heliosphere.sirena.org.uk (heliosphere.sirena.org.uk [IPv6:2a01:7e01::f03c:91ff:fed4:a3b6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 44zRq72k6szDq6k for ; Wed, 8 May 2019 16:47:13 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=JL+LbvhP4oFaheRjv1trtE6LxKEuCxpw/hxnybibOFo=; b=Qsn5PZyAJb85n6FqIXoq1Doyz kbkc0hHAcXtVzfw/JBOHJ69xaPfVn45wJxDEG19KUWUmYVOuKaJm8+O/G4lI6RgJHEyV7mMo9XBML nw1V6KwivS4K8ciuY109zuFeuteox5h4x87lY42q0sp6+Qg2/6EqKtAKh6XybsTrQeNYk=; Received: from [61.199.190.11] (helo=finisterre.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hOGM0-0007Ah-RD; Wed, 08 May 2019 06:47:01 +0000 Received: by finisterre.sirena.org.uk (Postfix, from userid 1000) id 19A1744000C; Wed, 8 May 2019 07:46:51 +0100 (BST) Date: Wed, 8 May 2019 15:46:51 +0900 From: Mark Brown To: "Gustavo A. R. Silva" Subject: Re: [PATCH V5] ASoC: fsl_esai: Fix missing break in switch statement Message-ID: <20190508064651.GO14916@sirena.org.uk> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lBnNT+4yy4PYvQEb" Content-Disposition: inline In-Reply-To: X-Cookie: -- I have seen the FUN -- User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "alsa-devel@alsa-project.org" , "timur@kernel.org" , "Xiubo.Lee@gmail.com" , "linuxppc-dev@lists.ozlabs.org" , "S.j. Wang" , "linux-kernel@vger.kernel.org" , "nicoleotsuka@gmail.com" , "festevam@gmail.com" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" --lBnNT+4yy4PYvQEb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 01, 2019 at 10:59:00PM -0500, Gustavo A. R. Silva wrote: > Mark, >=20 > I wonder if you are going to take this patch. Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so=20 on so unless there is some reason for urgency (like critical bug fixes) please allow at least a couple of weeks for review. If there have been review comments then people may be waiting for those to be addressed. Sending content free pings adds to the mail volume (if they are seen at all) which is often the problem and since they can't be reviewed directly if something has gone wrong you'll have to resend the patches anyway, so sending again is generally a better approach though there are some other maintainers who like them - if in doubt look at how patches for the subsystem are normally handled. --lBnNT+4yy4PYvQEb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlzSe1oACgkQJNaLcl1U h9CRVwf+J9kZp0ZGivYa2xRG/gV/6+6GHD70rFDgUlJM6lyD5Sr264ngHIIHZt27 YTxbrddXS+2NIcXwPl9j4eedxLJAXhjpoXMmRl2GyESUp1RS9GJpe4c8HfY4fkRn TO7sDDFXMnFzXfI16ITdJFcrH8RXhPYkh1rYqLXkVwSYwImRLe4nbPsvmSQkG9a4 0x9yMs3yEAC6jCN0HF90Zq973JpS0yopSjEHwMCgmWo0oop4myuowyxhdE+fGP+g kBs9soUAjBx8kAPvfXQoDJ5eszn+jX6uYuwb0OPzmo1TxM4JyzEFb4mgdR0yIaoC Gp7eTnQ86sEao0Ju9pY+yfmZp9fz1w== =wKTe -----END PGP SIGNATURE----- --lBnNT+4yy4PYvQEb--