commit | 364de77831213be20f7f33c39ca1c194593b5c11 | [log] [tgz] |
---|---|---|
author | Liu Yuan <tailai.ly@taobao.com> | Sat Apr 02 14:20:47 2011 +0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Apr 06 14:14:56 2011 +0530 |
tree | 5ea24b348b211946a1f1d4781f2d3fbecf1dbce8 | |
parent | 8194145dcc9562387d93054a4fcf79438d3c3e40 [diff] |
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>