Bluetooth: btusb: Fix quirks table naming
authorBastien Nocera <hadess@hadess.net>
Tue, 22 Aug 2023 10:20:24 +0000 (12:20 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 24 Aug 2023 19:24:16 +0000 (12:24 -0700)
commitd831e3612111d385e8629104af5429808ef26e25
tree36a45d16887f323363b12fe2aa1f85479a7d8beb
parent253f3399f4c09ce6f4e67350f839be0361b4d5ff
Bluetooth: btusb: Fix quirks table naming

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.

Rename the table to match what it actually does.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btusb.c