Reviewed-by: Tian Tao <[email protected]>
-----邮件原件-----
发件人: Thomas Zimmermann [mailto:[email protected]]
发送时间: 2021年7月21日 21:17
收件人: [email protected]; tiantao (H) <[email protected]>;
[email protected]; kongxinwei (A) <[email protected]>;
Chenfeng (puck) <[email protected]>; [email protected]; [email protected];
[email protected]; [email protected]
抄送: [email protected]; Thomas Zimmermann <[email protected]>;
Dave Airlie <[email protected]>; Daniel Vetter <[email protected]>
主题: [PATCH] drm/hisilicon/hibmc: Remove variable 'priv' from hibmc_unload()
The variable 'priv' got introduced in commit 39a364a19e03
("drm/hisilicon/hibmc: Convert to Linux IRQ interfaces") by accident.
It's unused; remove it. Fixes a compiler warning.
Signed-off-by: Thomas Zimmermann <[email protected]>
Fixes: 39a364a19e03 ("drm/hisilicon/hibmc: Convert to Linux IRQ interfaces")
Reported-by: Dave Airlie <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: Tian Tao <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Sam Ravnborg <[email protected]>
---
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
index f73a8e0ea12e..610fc8e135f9 100644
--- a/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
+++ b/drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
@@ -249,7 +249,6 @@ static int hibmc_hw_init(struct hibmc_drm_private *priv)
static int hibmc_unload(struct drm_device *dev) {
- struct hibmc_drm_private *priv = to_hibmc_drm_private(dev);
struct pci_dev *pdev = to_pci_dev(dev->dev);
drm_atomic_helper_shutdown(dev);
--
2.32.0