Integrate linux-seco-imx/seco_lf-5.10.y-8mp-ssc-fix
[DRIVER] pll1443x: SSCG: fix build warning, on 32bit fix warning as error
- fix possible uninitialized variables
- replace pointless do_div that on 32bit gives warning treated as error: do_div is used for u64 dividends, but the math is on u32 values.