dma/shdma: move dereference below the NULL check
authorDan Carpenter <error27@gmail.com>
Sat, 14 Aug 2010 09:01:45 +0000 (11:01 +0200)
committerDan Williams <dan.j.williams@intel.com>
Wed, 22 Sep 2010 22:29:17 +0000 (15:29 -0700)
"param" can be NULL here, so only dereference it after the check.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>

No differences found