[PATCH v2 0/2] Fix uninitialized variable usage in Tegra GPCDMA

Akhil R posted 2 patches 4 years ago
drivers/dma/tegra186-gpc-dma.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
[PATCH v2 0/2] Fix uninitialized variable usage in Tegra GPCDMA
Posted by Akhil R 4 years ago
Initialize uninitialized variable and remove unused switch case
in tegra186-gpcdma driver.

v1->v2: Split the patches to separate 'fixes'.

Akhil R (2):
  dmaengine: tegra: Fix uninitialized variable usage
  dmaengine: tegra: Remove unused switch case

 drivers/dma/tegra186-gpc-dma.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

-- 
2.17.1
Re: [PATCH v2 0/2] Fix uninitialized variable usage in Tegra GPCDMA
Posted by Vinod Koul 3 years, 11 months ago
On 26-04-22, 15:49, Akhil R wrote:
> Initialize uninitialized variable and remove unused switch case
> in tegra186-gpcdma driver.

Applied, thanks

-- 
~Vinod