projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b42ed
)
ALSA: ali5451: Remove trailing space after \n newline
author
Colin Ian King
<colin.i.king@gmail.com>
Sun, 1 Sep 2024 16:21:25 +0000
(17:21 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 2 Sep 2024 06:03:10 +0000
(08:03 +0200)
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>
sound/pci/ali5451/ali5451.c
patch
|
blob
|
history
diff --git
a/sound/pci/ali5451/ali5451.c
b/sound/pci/ali5451/ali5451.c
index 31e51e2df6557d6d946bca4c1b872f6e5a8905f8..793d2f13267ea1212c30b0ff3e4e941f53ad08fb 100644
(file)
--- a/
sound/pci/ali5451/ali5451.c
+++ b/
sound/pci/ali5451/ali5451.c
@@
-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;
}