commit | ed30933e6f3dbeaaab1de91e1bec25f42d5d32df | [log] [tgz] |
---|---|---|
author | Cong Ding <dinggnu@gmail.com> | Tue Jan 15 01:19:48 2013 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Jan 20 05:49:40 2013 -0800 |
tree | f4953c62c1a7a5dfa0cf21ecce89d35d0a55906c | |
parent | 661f7cb55c61fa7491e0caf21e55f59e5bc49abe [diff] |
dma: remove unnecessary null pointer check in mmp_pdma.c the pointer cfg is dereferenced in line 594, so it's no reason to check null again in line 620. Signed-off-by: Cong Ding <dinggnu@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>