Commit 505e201
dai-zephyr: zero unused dai_config members
This prevents initializing unused members of struct dai_config with
random garbage from the stack. In case some Zephyr DAI driver uses such
an uninitialized member, it's better to have a bug with stable
reproduction than a random one.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent 21479d0 commit 505e201
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments