From: Takashi Iwai Date: Tue, 14 Jul 2020 17:26:25 +0000 (+0200) Subject: ALSA: ctxfi: Replace the word blacklist X-Git-Tag: v5.10.7~1331^2~83^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba2b94ee737f53f44c29a49d61492498a87f4360;p=platform%2Fkernel%2Flinux-rpi.git ALSA: ctxfi: Replace the word blacklist Follow the recent inclusive terminology guidelines and replace the word "blacklist" appropriately. Only correcting the error message, no functional changes. Link: https://lore.kernel.org/r/20200714172631.25371-5-tiwai@suse.de Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c index b1898fa..f8ac96c 100644 --- a/sound/pci/ctxfi/ctatc.c +++ b/sound/pci/ctxfi/ctatc.c @@ -1282,7 +1282,7 @@ static int atc_identify_card(struct ct_atc *atc, unsigned int ssid) if (p) { if (p->value < 0) { dev_err(atc->card->dev, - "Device %04x:%04x is black-listed\n", + "Device %04x:%04x is on the denylist\n", vendor_id, device_id); return -ENOENT; }