Commit 2657539a authored by Colin Ian King's avatar Colin Ian King Committed by Takashi Iwai

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: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20240901162125.144069-1-colin.i.king@gmail.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 43b42ed4
...@@ -292,7 +292,7 @@ static int snd_ali_codec_ready(struct snd_ali *codec, ...@@ -292,7 +292,7 @@ static int snd_ali_codec_ready(struct snd_ali *codec,
} }
snd_ali_5451_poke(codec, port, res & ~0x8000); 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; return -EIO;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment