Re: [PATCH v2] fbcon: Remove the superfluous break

2020-09-18 Thread Daniel Vetter
On Fri, Sep 18, 2020 at 09:05:21AM +0800, Jing Xiangfeng wrote: > Remove the superfluous break, as there is a 'return' before it. > > Fixes: bad07ff74c32 ("fbcon: smart blitter usage for scrolling") > Signed-off-by: Jing Xiangfeng > Reviewed-by: Nick Desaulniers > Reviewed-by: Gustavo A. R. Silv

[PATCH v2] fbcon: Remove the superfluous break

2020-09-17 Thread Jing Xiangfeng
Remove the superfluous break, as there is a 'return' before it. Fixes: bad07ff74c32 ("fbcon: smart blitter usage for scrolling") Signed-off-by: Jing Xiangfeng Reviewed-by: Nick Desaulniers Reviewed-by: Gustavo A. R. Silva --- drivers/video/fbdev/core/fbcon.c | 2 -- 1 file changed, 2 deletions