mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
ALSA: ali5451: Remove trailing space after \n newline
There is a extraneous space after a newline in a dev_dbg message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20240901162125.144069-1-colin.i.king@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
43b42ed438
commit
2657539a27
@ -292,7 +292,7 @@ static int snd_ali_codec_ready(struct snd_ali *codec,
|
||||
}
|
||||
|
||||
snd_ali_5451_poke(codec, port, res & ~0x8000);
|
||||
dev_dbg(codec->card->dev, "ali_codec_ready: codec is not ready.\n ");
|
||||
dev_dbg(codec->card->dev, "ali_codec_ready: codec is not ready.\n");
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user