Skip to content

drivers/video/fbdev/starfive/starfive_mipi_tx: correct va_start

atlas.luo requested to merge github/fork/xypron/dsitx_dcs_write into Fedora

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

Merge request reports