drivers: mipi_dsi: dsi_stm32: void return value from reset_line_toggle_dt
Suggested-by: Francois Ramu <francois.ramu@st.com> Signed-off-by: Sean Nyekjaer <sean@geanix.com>
This commit is contained in:
parent
f21526c5c9
commit
09f4b6f3bd
|
@ -413,7 +413,7 @@ static int mipi_dsi_stm32_init(const struct device *dev)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
reset_line_toggle_dt(&config->reset);
|
(void)reset_line_toggle_dt(&config->reset);
|
||||||
|
|
||||||
ret = mipi_dsi_stm32_host_init(dev);
|
ret = mipi_dsi_stm32_host_init(dev);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
|
Loading…
Reference in a new issue