From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [v2] ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64 Date: Thu, 14 Jun 2018 15:11:56 +0000 (UTC) Message-ID: <20180614151157.03850606DB@smtp.codeaurora.org> References: <20180601112548.22592-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, YueHaibing , linux-kernel@vger.kernel.org, ath10k@lists.infradead.org, davem@davemloft.net To: YueHaibing Return-path: In-Reply-To: <20180601112548.22592-1-yuehaibing@huawei.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "ath10k" Errors-To: ath10k-bounces+gldad-ath10k=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org YueHaibing wrote: > sizeof(struct ce_desc) should be a copy-paste mistake > just use sizeof(struct ce_desc_64) to avoid mem leak > > Fixes: b7ba83f7c414 ("ath10k: add support for shadow register for WNC3990") > Signed-off-by: YueHaibing > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. 5a211627004e ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64 -- https://patchwork.kernel.org/patch/10443063/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches