Re: [PATCH] [video/fbdev] fb_flashcursor: Remove redundant null check

2020-07-26 Thread Andy Shevchenko
On Sun, Jul 26, 2020 at 8:17 AM Gaurav Singh wrote: > > ops cannot be NULL as its being accessed later without it's > checks. Remove the redundant NULL check. Commit message doesn't clarify why your fix is the correct one. Maybe it's the other way around, missed check in the rest of the code

[PATCH] [video/fbdev] fb_flashcursor: Remove redundant null check

2020-07-25 Thread Gaurav Singh
ops cannot be NULL as its being accessed later without checks. Remove the redundant NULL check. Signed-off-by: Gaurav Singh --- drivers/video/fbdev/core/fbcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/core/fbcon.c