Bhaumik Bhatt <bbhatt@xxxxxxxxxxxxxx> writes:Main reason is we want to ensure the MHI controller is zero-initialized and
Use MHI provided APIs to allocate and free MHI controller to
improve MHI host driver handling.
How does it improve the handling?
This also fixes a memory leak as the MHI controller was allocated but
never freed.
Signed-off-by: Bhaumik Bhatt <bbhatt@xxxxxxxxxxxxxx>
---
drivers/net/wireless/ath/ath11k/mhi.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
For ath11k patches please CC ath11k and linux-wireless lists so that
patchwork sees it. So you need to resend this.
Is this a new API? I need to understand if there are any dependencies
between mhi and ath trees, or if I can apply this directly to my ath.git
tree.