drm/msm/mdp5: Fix typo in encoder_enable path
authorArchit Taneja <architt@codeaurora.org>
Fri, 28 Jul 2017 10:46:59 +0000 (16:16 +0530)
committerRob Clark <robdclark@gmail.com>
Tue, 1 Aug 2017 22:43:36 +0000 (18:43 -0400)
commitb0e77fd87cf302351e537881c8daf8d1c69cf541
tree57decf34a31dfa57b75efeacfe5d5a7d7a9ecec6
parent79687057c2880d871451f107548187e4853c38e6
drm/msm/mdp5: Fix typo in encoder_enable path

The mdp5_cmd_encoder_disable is accidentally called in the encoder enable
path. We've not seen any problems since we haven't tested with command
mode panels in a while. Fix the copy-paste error.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c