Skip to content

Commit

Permalink
clk: Add missing '\n' in printf message
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau committed Nov 6, 2023
1 parent 1f7ed9d commit 2eea7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2eea7b2

Please sign in to comment.