Skip to content

Integrate linux-seco-imx/seco_lf-5.10.y-8mp-ssc-fix

GitBot requested to merge linux-seco-imx/seco_lf-5.10.y-8mp-ssc-fix into kirkstone

Commit: https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/a467bb861c1bf26db1b75b4a8a37dbdbdcf42b14

[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.

Merge request reports

Loading