commit | d54ca4a0e8820bef066a651aa65165083c9e8a7e | [log] [tgz] |
---|---|---|
author | Francois Berder <fberder@outlook.fr> | Tue Oct 10 19:44:32 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 13 21:21:07 2023 -0400 |
tree | 636b2beef8d9056926eee1d61b94d90e800b3b58 | |
parent | fa74400433a59a60404d287be7c44be20ba45008 [diff] |
firmware: scmi: Fix clearing variable The sess variable in open_channel was not entirely cleared to zero at the start of this function. This commit ensures that the entire struct is cleared. Signed-off-by: Francois Berder <fberder@outlook.fr>