hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/bus/imx-weim.c
....@@ -192,8 +192,8 @@
192192 const struct of_device_id *of_id = of_match_device(weim_id_table,
193193 &pdev->dev);
194194 const struct imx_weim_devtype *devtype = of_id->data;
195
+ int ret = 0, have_child = 0;
195196 struct device_node *child;
196
- int ret, have_child = 0;
197197 struct cs_timing_state ts = {};
198198 u32 reg;
199199