Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1110245ybe; Fri, 6 Sep 2019 12:01:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqy+qhsBlPRkwpd2xbiSRvP5cghDHiPMzpAKYPWEpvS9NoK7amxwH/CuifSPctIeKQDpmLNB X-Received: by 2002:a65:5348:: with SMTP id w8mr9240941pgr.176.1567796485974; Fri, 06 Sep 2019 12:01:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567796485; cv=none; d=google.com; s=arc-20160816; b=AKDGamlzkkuNLpJRgs7CSweUiCKk7fQv9WZbGpG9UiVDbGaHHYjw6BvADIl2ksfYLG SXPNVoOAsmLB45uMyUgLlsV8kpUfIRgrCEmDbMLuHUFtUz5TiL2gc01XrmbRZtAjB5cz +Wp3j8C1CKl+9qzhpUg9hXJM63IrPMlLr9O9BfCgkw59lXZqzQxv7ogfz8wbsNkbWTWR Kzjk7ZeGln91clsSCDYVL+bU45tUqQq7NNfDUeGus2a1XsNGXt/cVhqfi0+Phu/fzBzJ 1OhGf05FqLRVaY8PZC9i6ey0JyjP0n7MzxB8gFhNivvXywNEvaCI79+/JimdXmGNfteB 2LAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=gQJcI0cE9IiWTWFGPqv6vRjgwZP0Uv4HFnLoRtSxKi8=; b=AaIT7stBhVrWRHnsR+OAKPVnWgNRyI2vMSaDkn7zrRSkFr3hU9mKguYiM0TQ0VuXG7 5W0qFLaOcny3Y91q9UiY2pBLoGZMUD8N3TZrnHHZaXBEXefaUBt82F6GoewSjGIq2onC b4Gs7yqQ2MNmldsMmEr98q7wSt5DtIw+xci8lpKcczUzkt4vuEauFbKuu/RYjIuo8EVf Ip3JZ0eZliLtPY6WmswEWTOkPJkckDg+e+IS7qrl0G1KEhPPy/4zs12KubXll2J+ghc7 FiRP6nogQ0Gc1Mgsd3eLmN5efCo/FcNt/JUazLcWbapDbmJciQZgW3GVHl3X/QAL99Rq qHzQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i133si4969311pgc.109.2019.09.06.12.01.09; Fri, 06 Sep 2019 12:01:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392591AbfIFNya (ORCPT + 99 others); Fri, 6 Sep 2019 09:54:30 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:40156 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729217AbfIFNya (ORCPT ); Fri, 6 Sep 2019 09:54:30 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id A559582094; Fri, 6 Sep 2019 15:54:14 +0200 (CEST) Date: Fri, 6 Sep 2019 15:54:28 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Pierre-Louis Bossart , Vinod Koul , Sasha Levin Subject: Re: [PATCH 4.19 10/93] soundwire: cadence_master: fix register definition for SLAVE_STATE Message-ID: <20190906135428.GB28960@amd> References: <20190904175302.845828956@linuxfoundation.org> <20190904175304.057403828@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline In-Reply-To: <20190904175304.057403828@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-09-04 19:53:12, Greg Kroah-Hartman wrote: > [ Upstream commit b07dd9b400981f487940a4d84292d3a0e7cd9362 ] >=20 > wrong prefix and wrong macro. Both defines are unused in 4.19 stable... so this does not fix any bug. Best regards, Pavel > Signed-off-by: Pierre-Louis Bossart > Link: https://lore.kernel.org/r/20190725234032.21152-14-pierre-louis.boss= art@linux.intel.com > Signed-off-by: Vinod Koul > Signed-off-by: Sasha Levin > =20 > #define CDNS_MCP_INTSET 0x4C > =20 > -#define CDNS_SDW_SLAVE_STAT 0x50 > -#define CDNS_MCP_SLAVE_STAT_MASK BIT(1, 0) > +#define CDNS_MCP_SLAVE_STAT 0x50 > +#define CDNS_MCP_SLAVE_STAT_MASK GENMASK(1, 0) > =20 > #define CDNS_MCP_SLAVE_INTSTAT0 0x54 > #define CDNS_MCP_SLAVE_INTSTAT1 0x58 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1yZRQACgkQMOfwapXb+vLNgwCgq3Fs7PgEqpbmrR8KP0HC0Kns yv0AoKIhUntTW5fAHi4hBDdVQViTzGEM =Wr65 -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ--