OSDN Git Service

drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variable
authorTian Tao <tiantao6@hisilicon.com>
Tue, 28 Jul 2020 12:55:07 +0000 (20:55 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 29 Jul 2020 06:48:19 +0000 (08:48 +0200)
commit85b3bfa266e8421afab5e75b8306003e97990a4a
tree50f23c5988c307582a282347e8f37763b165409c
parent639abb72f189a9df1033cbe5eaf1c0508021f699
drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variable

fixed the following warning:
hibmc_drm_drv.c:296:1-18:WARNING: Assignment of 0/1 to bool variable.
hibmc_drm_drv.c:301:2-19: WARNING: Assignment of 0/1 to bool variable.

v2:
using the pci_dev.msi_enabled instead of priv->msi_enabled.

v3:
just call pci_enable_msi() and pci_disable_msi(), it's no need to
set dev->pdev->msi_enabled again.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-By: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1595940907-17874-1-git-send-email-tiantao6@hisilicon.com
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h