Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers, pch_dma: Fix uninitialized var before use
In the function pdc_desc_get(), var 'i' is not initialized before use. This patch fixes it. Signed-off-by: Liu Yuan <tailai.ly@taobao.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
- Loading branch information