commit | 3d04dc1444be774d8b474962d01b65306756ec54 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Wed Sep 12 09:54:53 2018 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Wed Oct 03 20:24:52 2018 -0400 |
tree | a997a61901d657b4a01156f75a8e851a7d7d6139 | |
parent | a8141bdbb4c90d41b41005c664fb1b35d29a1b54 [diff] |
drm/msm: dpu: Remove impossible checks This patch removes some checks which are impossible to hit. As a result, we can move some of the local var assignments into the declarations. Changes in v2: - None Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>