drivers/video/fbdev/starfive/starfive_mipi_tx: correct va_start
Created by: xypron
The second parameter of va_start() must be the last function parameter and not a local variable.
Fixes: 81ed1fee ("drivers/video/fbdev and drivers/media/platform") Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de