Searched hist:"1 e008336" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/sh/ |
H A D | rz-dmac.c | 1e008336 Sun Aug 29 10:28:11 CDT 2021 Colin Ian King <colin.king@canonical.com> dmaengine: sh: Fix unused initialization of pointer lmdesc
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.
Addresses-Coverity: ("Unused value") Fixes: 550c591a89a1 ("dmaengine: sh: Add DMAC driver for RZ/G2L SoC") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210829152811.529766-1-colin.king@canonical.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
|