Commit c384481
clk: clk-imx8mp-audiomix: fix function signature
clk_imx8mp_audiomix_reset_controller_register() in the
"if !CONFIG_RESET_CONTROLLER" branch had the first
argument missing. It is an empty function for this branch
so it wasn't immediately apparent.
Fixes: 6f0e817 ("clk: imx: clk-audiomix: Add reset controller")
Cc: <[email protected]> # 6.12.x
Signed-off-by: Nikolaus Voss <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Daniel Baluta <[email protected]>
Acked-by: Shengjiu Wang <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>1 parent f4bf0b9 commit c384481
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
0 commit comments