commit | 855372c013bbad8369223f7c75242bd3c94f9345 | [log] [tgz] |
---|---|---|
author | Cong Ding <dinggnu@gmail.com> | Tue Jan 15 01:23:48 2013 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Jan 20 05:49:40 2013 -0800 |
tree | 93ae6496fe982c599e0b67a1506fe71227c54626 | |
parent | ed30933e6f3dbeaaab1de91e1bec25f42d5d32df [diff] |
dma: sh/shdma-base.c: remove unnecessary null pointer check the variable chan is dereferenced in line 635, so it is no reason to check null again in line 641. Signed-off-by: Cong Ding <dinggnu@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>