Re: [PATCH v2] staging: sm750fb: refactor method and fix potential type inconsistence
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2017-07-03 06:20:43
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2017-07-03 06:20:43
Also in:
lkml
On Sun, Jul 02, 2017 at 10:40:33PM +0800, Lynn Lei wrote:
include PANEL_DISPLAY_CTRL_FPVDDEN control mask
Does the subject match this?
Signed-off-by: Lynn Lei <redacted> --- drivers/staging/sm750fb/ddk750_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/staging/sm750fb/ddk750_display.c b/drivers/staging/sm750fb/ddk750_display.c index 0f666dc2729a..c68367e6cdeb 100644 --- a/drivers/staging/sm750fb/ddk750_display.c +++ b/drivers/staging/sm750fb/ddk750_display.c@@ -89,7 +89,7 @@ static void swPanelPowerSequence(int disp, int delay) u32 reg; u32 opt[] = { PANEL_DISPLAY_CTRL_FPEN, PANEL_DISPLAY_CTRL_DATA, - PANEL_DISPLAY_CTRL_VBIASEN, PANEL_DISPLAY_CTRL_FPEN, + PANEL_DISPLAY_CTRL_VBIASEN, PANEL_DISPLAY_CTRL_FPVDDEN,
Are you sure this is allowed? Why is this patch correct? And again, it doesn't match the subject line :( greg k-h