Re: [PATCH][next] dmaengine: sh: Fix unused initialization of pointer lmdesc
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-08-31 16:19:46
Also in:
dmaengine, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-08-31 16:19:46
Also in:
dmaengine, lkml
On 29-08-21, 16:28, Colin King wrote:
From: Colin Ian King <redacted> Pointer lmdesc is being inintialized with a value that is never read, it is later being re-assigned a new value. Fix this by initializing it with the latter value.
Applied, thanks -- ~Vinod