Skip to content

[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