[PATCH] staging: sm750fb: Fix the power state error in resume

2015-10-11 Thread Binbin Zhou
The PM_EVENT_RESUME state is needed when SM750 resume, otherwise it will be failed in the second time of continuous suspend/resume. Cc: Sudip Mukherjee Signed-off-by: Binbin Zhou Reviewed-by: Huacai Chen Reviewed-by: Teddy Wang --- drivers/staging/sm750fb/sm750.c | 1 + 1 file changed, 1

[PATCH] staging: sm750: Fix the Makefile option error

2015-04-21 Thread Binbin Zhou
The sm750fb's Kconfig option is CONFIG_FB_SM750, not CONFIG_FB_SM7XX. Thus fix it to make the sm750fb can be built successfully. Cc: Sudip Mukherjee Signed-off-by: Binbin Zhou Reviewed-by: Huacai Chen --- drivers/staging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)