kernel/drivers/bus/imx-weim.c
.. .. @@ -192,8 +192,8 @@ 192 192 const struct of_device_id *of_id = of_match_device(weim_id_table, 193 193 &pdev->dev); 194 194 const struct imx_weim_devtype *devtype = of_id->data; 195 + int ret = 0, have_child = 0;195 196 struct device_node *child; 196 - int ret, have_child = 0;197 197 struct cs_timing_state ts = {}; 198 198 u32 reg; 199 199