Skip to content

[DRIVER] pll1443x: SSCG: fix build warning, on 32bit fix warning as error

Gianfranco Mariotti requested to merge seco_lf-5.10.y-8mp-ssc-fix into seco_lf-5.10.y
  • 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