]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: use true,false for bool variable
authorZheng Bin <zhengbin13@huawei.com>
Thu, 23 Jan 2020 07:05:23 +0000 (15:05 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 11 Feb 2020 07:19:29 +0000 (09:19 +0200)
commit67cd9ac151a57ffc37efb58271c6d79d85c8c96c
tree15c00dd84902ca00e968ce9d1a27c2ef5ac8629a
parent09064ac11adbd9c094ccb7b32f16a8e2cb753fb1
drm/omap: use true,false for bool variable

Fixes coccicheck warning:

drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c:681:1-15: WARNING: Assignment of 0/1 to bool variable
drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c:732:1-15: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1579763123-62749-1-git-send-email-zhengbin13@huawei.com
drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c