hal: pass by reference instead of pass by value, avoid duplicate declaration
pass structure by reference instead of pass by value to avoid passing a huge chunk of memory, so that static analyzer will not through error for passing huge amount of memory, 2296 bytes in this case And avoid duplicate declerations. Change-Id: Id4bd79f0ff439cb8339fc22a2c2d3578522ede89
Loading
Please register or sign in to comment