drm: bridge: dw-hdmi: correct the judgment condition of curr_ctrl
authorZheng Yang <zhengyang@rock-chips.com>
Tue, 27 Jun 2017 06:10:51 +0000 (14:10 +0800)
committerJianqun Xu <jay.xu@rock-chips.com>
Tue, 27 Jun 2017 08:55:10 +0000 (16:55 +0800)
commit6321294fd38dda4c0d0fc3aa3547e713c79709fe
treea73cb9073352da132e183d44bd042701bf87bd7d
parent5d7bb4cadc570b089785f0620f5bcabec47791dd
drm: bridge: dw-hdmi: correct the judgment condition of curr_ctrl

The judgment condition of curr_ctrl is curr_ctrl->mpixelclock. It is
a hand mistake of commit <594a077e31e8b1ff0bd192e9af702fecaeea31ba>,
when patch(https://patchwork.kernel.org/patch/9603303) is merged.

Change-Id: I40b150e4f166aa4ca05c078f52347764bdd1fd01
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/gpu/drm/bridge/dw-hdmi.c