Commit 916f65a
committed
drivers/video/fbdev/starfive/starfive_mipi_tx: correct va_start
The second parameter of va_start() must be the last function parameter
and not a local variable.
Fixes: 81ed1fe ("drivers/video/fbdev and drivers/media/platform")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>1 parent fc3f9b5 commit 916f65a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| |||
0 commit comments