mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
clk: Add missing '\n' in printf message
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
48c5ca8eca
commit
e72e84f669
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void clk_set_pdm_gates(void)
|
|||
int alc_node = adt_path_offset(adt, "/arm-io/alc0");
|
||||
|
||||
if (alc_node < 0) {
|
||||
printf("CLK: Model has no internal microphones, skipping PDM clock init");
|
||||
printf("CLK: Model has no internal microphones, skipping PDM clock init\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue