commit | f46b20da2f0940eee5b1d80e3a1a38fd39d74dcb | [log] [tgz] |
---|---|---|
author | Thomas Stranger <thomas.stranger@outlook.com> | Sun May 02 15:48:41 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 06 07:36:05 2021 -0500 |
tree | d3cf9aefa1457605373745f46bced9d672a6f2c4 | |
parent | aeb884439d3edf86fa0af28bbf3c1f11fc1f315b [diff] |
drivers/clock_control: stm32 fix struct wrongly dereferenced This commit fixes several occurences where a struct members is wrongly dereferenced, which causes a compile error in case the msi clock is used as system clock. Only affects stm32wb and stm32wl with MSI selected as sysclock. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>