commit | 12017b848164f52d71bafc7be4d17efbbe525454 | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Wed Jan 31 17:06:50 2024 +0100 |
committer | David Leach <david.leach@nxp.com> | Fri Feb 02 10:53:32 2024 -0600 |
tree | d2f69cf07b7d63fdb3c2738cecfad78516952980 | |
parent | 8f18094c623b473ed855065d287c55e0c99c0b3b [diff] |
drivers/sensor: lps2xdf: Fix uninitialized variables Fix some uninitialized variables calling the proper get() routine prior the equivalent set() operation. Fixes: #66791, #66778, #66772. Coverity-CID: 338119, 338144, 338157. Signed-off-by: Armando Visconti <armando.visconti@st.com>