commit | 3f0689e663524115b068258bab789dff1ddab5da | [log] [tgz] |
---|---|---|
author | Lloyd Atkinson <latkinso@codeaurora.org> | Tue Jan 16 16:26:03 2018 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Tue Feb 20 10:41:20 2018 -0500 |
tree | c2882af2e01a48f05dfe05bddddfa7a3d41c08d4 | |
parent | 6e1787cf45e48866c01dadc2a1b6c3d63d75b8d1 [diff] |
drm/msm/dsi: check msm_dsi and dsi pointers before use Move null checks of pointer arguments to the beginning of the modeset init function since they are referenced immediately instead of after they have already been used. Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>