commit | 4feeda65d7fc521778040c321df7037b508b46a9 | [log] [tgz] |
---|---|---|
author | Yannic Moog <y.moog@phytec.de> | Wed Dec 20 09:45:33 2023 +0100 |
committer | Fabio Estevam <festevam@denx.de> | Wed Dec 20 15:04:46 2023 -0300 |
tree | 49ce95caf4ad2fc8482715b5281e0d7a6e7b3b07 | |
parent | 1132f367671f7ed5d1b690956dcacc87497f84c2 [diff] |
board: phytec: imx8m_som_detection: fix uninitialized pointer bug Pointer in phytec_imx8m_detect was accessed without checking it first. Fix this by moving the pointer check in front of any accesses. Signed-off-by: Yannic Moog <y.moog@phytec.de>