9a3a7dae7a158356aecba3b174d2e21edda1aea3

Currently during csiphy component bind, we are allocating memory for csiphy register info structure, which is not required, since the structure in statically defined in headers. This causes panic during unbind calls, since we are supplying address to statically allocated memory that we previously pointed to, during bind. Remove dynamic memory alloc and free to fix this issue. CRs-Fixed: 3223335 Change-Id: If5d029dae4660b4a57b007c895956baceac9e4b5 Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
Opis
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%