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

2021-08-10 Thread zhaoxiao
Thanks for you advice, and I modify the patch according to your suggestions. 在 2021/8/10 下午5:59, Daniel Vetter 写道: On Fri, Aug 06, 2021 at 10:30:47AM +0800, zhaoxiao wrote: Address the following checkpatch errors: ERROR: do not initialise statics to false FILE: :drivers/gpu/drm/msm/msm_drv.c:2

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

2021-08-10 Thread Daniel Vetter
On Fri, Aug 06, 2021 at 10:30:47AM +0800, zhaoxiao wrote: > Address the following checkpatch errors: > ERROR: do not initialise statics to false > > FILE: :drivers/gpu/drm/msm/msm_drv.c:21: > -static bool reglog = false; > > FILE: :drivers/gpu/drm/msm/msm_drv.c:31: > -bool dumpstate = false; > >