drm/drv: Remove initialization of static variables
authorTian Tao <tiantao6@hisilicon.com>
Fri, 19 Feb 2021 02:30:11 +0000 (10:30 +0800)
committerTian Tao <tiantao6@hisilicon.com>
Mon, 22 Feb 2021 00:49:17 +0000 (19:49 -0500)
commitc00697b59251f795fa5278cfe4d81407f76a450b
treecf063390c3175e0c7902359187f8fb813bc44456
parent0345bae1776b24e2b591f50b1bfe63001fd40efb
drm/drv: Remove initialization of static variables

Address the following checkpatch errors:
ERROR: do not initialise statics to false

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1613701811-32037-1-git-send-email-tiantao6@hisilicon.com
drivers/gpu/drm/drm_drv.c