hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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