Re: [PATCH] drm/drv: Remove initialization of static variables

2021-02-19 Thread Thomas Zimmermann
Am 19.02.21 um 03:30 schrieb Tian Tao: Address the following checkpatch errors: ERROR: do not initialise statics to false Signed-off-by: Tian Tao Acked-by: Thomas Zimmermann Thanks for the patch. --- drivers/gpu/drm/drm_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] drm/drv: Remove initialization of static variables

2021-02-18 Thread Tian Tao
Address the following checkpatch errors: ERROR: do not initialise statics to false Signed-off-by: Tian Tao --- drivers/gpu/drm/drm_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 20d22e4..c2f78de 100644 --- a/d