commit | 43aaa50f17c38c16cce2a9a3e73909b7937892a3 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Tue Feb 25 15:18:20 2014 +0530 |
committer | Chris Ball <chris@printf.net> | Tue Feb 25 15:42:33 2014 -0500 |
tree | 7fd690f9f67a2bbcc072c692cf582b84862d2376 | |
parent | c4c7fb19bbf1129da1c3b9fcad9713bd79f3207c [diff] |
mmc: wmt-sdmmc: Fix NULL pointer dereference 'of_id' is dereferenced before NULL pointer check. Move it to after the check. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Chris Ball <chris@printf.net>