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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A9F5CA0EC4 for ; Mon, 11 Sep 2023 21:30:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345851AbjIKVWb (ORCPT ); Mon, 11 Sep 2023 17:22:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235824AbjIKJkN (ORCPT ); Mon, 11 Sep 2023 05:40:13 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D316FEE; Mon, 11 Sep 2023 02:40:08 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id AA45A1C0006; Mon, 11 Sep 2023 11:40:07 +0200 (CEST) Date: Mon, 11 Sep 2023 11:40:07 +0200 From: Pavel Machek To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Bastien Nocera , Paul Menzel , Luiz Augusto von Dentz , marcel@holtmann.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com, linux-bluetooth@vger.kernel.org Subject: Re: [PATCH AUTOSEL 4.14 8/8] Bluetooth: btusb: Fix quirks table naming Message-ID: References: <20230908182127.3461199-1-sashal@kernel.org> <20230908182127.3461199-8-sashal@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dbHrQaOD3hXSySS7" Content-Disposition: inline In-Reply-To: <20230908182127.3461199-8-sashal@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --dbHrQaOD3hXSySS7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Bastien Nocera >=20 > [ Upstream commit d831e3612111d385e8629104af5429808ef26e25 ] >=20 > The quirks table was named "blacklist_table" which isn't a good > description for that table as devices detected using it weren't ignored > by the driver. >=20 > Rename the table to match what it actually does. Cleanup, not a bugfix. Don't need it in stable. Best regards, Pavel > +++ b/drivers/bluetooth/btusb.c > @@ -186,7 +186,7 @@ static const struct usb_device_id btusb_table[] =3D { > =20 > MODULE_DEVICE_TABLE(usb, btusb_table); > =20 > -static const struct usb_device_id blacklist_table[] =3D { > +static const struct usb_device_id quirks_table[] =3D { > /* CSR BlueCore devices */ > { USB_DEVICE(0x0a12, 0x0001), .driver_info =3D BTUSB_CSR }, > =20 > @@ -2963,7 +2963,7 @@ static int btusb_probe(struct usb_interface *intf, > if (!id->driver_info) { > const struct usb_device_id *match; > =20 > - match =3D usb_match_id(intf, blacklist_table); > + match =3D usb_match_id(intf, quirks_table); > if (match) > id =3D match; > } --=20 DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --dbHrQaOD3hXSySS7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCZP7gdwAKCRAw5/Bqldv6 8tpGAJ47uP9P3kpy6tTPxQC7wlj9dTUhXwCeILqELhtTFssT21DUwGP9JpGVpmg= =Quiv -----END PGP SIGNATURE----- --dbHrQaOD3hXSySS7--