Re: [PATCH] dmaengine: omap-dma: initialize can_pause to false
From: Vinod Koul
Date: Wed Oct 19 2016 - 10:36:04 EST
On Wed, Oct 19, 2016 at 12:05:53PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> can_pause is not initialized so it contains garbage. Fix this
> by setting it to false.
>
> Found using static analysis with cppcheck.
It is usuallu helpful to show the warning generated by static tools.
Applied, anyway
--
~Vinod