Commit 83652aa
Ye Li
LFU-753-2 imx8ulp_evk: Fix uninitialized variables
When calling ELE API, initialize the res variable to 0 to avoid
print uninitialized value.
Fix coverity issues: 37938232 and 37938230
Signed-off-by: Ye Li <[email protected]>
Reviewed-by: Peng Fan <[email protected]>1 parent a145b17 commit 83652aa
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
1181 | | - | |
| 1181 | + | |
1182 | 1182 | | |
1183 | 1183 | | |
1184 | 1184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments