Skip to content
Snippets Groups Projects
Commit a467bb86 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[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.
parent 7f7851ac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment