Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: sm750fb: Correctly set CLOCK_PHASE bit of display controller.
Commit 6fba39c ("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: 6fba39c ("staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fields") Signed-off-by: Phil Turnbull <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information