staging: sm750fb: Correctly set CLOCK_PHASE bit of display controller.
authorPhil Turnbull <phil.turnbull@oracle.com>
Fri, 2 Sep 2016 19:35:31 +0000 (15:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 11:17:00 +0000 (13:17 +0200)
commit992f961480d23e9ef9e686e512a419efef723523
tree5cfc8da95c9a9944aaa3e5a0f3951d7db88ab4d1
parent777953182ea9a750e744bd0a50fb8893cd061397
staging: sm750fb: Correctly set CLOCK_PHASE bit of display controller.

Commit 6fba39cf32a3 ("staging: sm750fb: use BIT macro for
PANEL_DISPLAY_CTRL single-bit fields") accidentally changed the
CLOCK_PHASE logic from '|=' to '=' which clears all the previously set
bits.

Fixes: 6fba39cf32a3 ("staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fields")
Signed-off-by: Phil Turnbull <phil.turnbull@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_mode.c