commit | 79f08803eed65b38d6f795b47d54cd2513d82921 | [log] [tgz] |
---|---|---|
author | Lloyd Atkinson <latkinso@codeaurora.org> | Mon Jan 09 17:37:18 2017 -0500 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Feb 09 10:22:04 2017 -0800 |
tree | 4c894b325ad837f2914e1f59573b5cbf4ff296c9 | |
parent | 342410b9d848343fe9477dfb2167058958df3287 [diff] |
drm/msm/sde: check for null catalog in sde hw destroy Fix sde hw deconstruction which can be called twice back to back if hw initialization itself fails. In this case the catalog pointer will already be null, so we must check for it. Change-Id: Idc05efd7dd8c2a27f2c8128654e4c0b06697f39e Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org>