| From 9210cd472619d238b8c0df8b5968337bf0d63f7d Mon Sep 17 00:00:00 2001 |
| From: =?UTF-8?q?Bart=C5=82omiej=20Bujak?= <bbujak@google.com> |
| Date: Thu, 19 Sep 2024 16:04:18 +0000 |
| Subject: [PATCH] FIXUP: CHROMIUM: drm/img-rogue: Add 1.17 IMG PowerVR Rogue |
| driver |
| MIME-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| Create fixup. |
| |
| Change-Id: Iafca7c33f2b474b507e5b0ac5e523f0baae86b59 |
| Signed-off-by: Bartłomiej Bujak <bbujak@google.com> |
| Kcr-depends-on-sha: 0edb555a65d1ef047a9805051c36922b52a38a9d |
| --- |
| drivers/gpu/drm/img-rogue/1.17/pvr_platform_drv.c | 3 +-- |
| 1 file changed, 1 insertion(+), 2 deletions(-) |
| |
| diff --git a/drivers/gpu/drm/img-rogue/1.17/pvr_platform_drv.c b/drivers/gpu/drm/img-rogue/1.17/pvr_platform_drv.c |
| index b1586c9bf43405b2f66e162768690ae665f368ac..f4af78a7cc0c55935d7c2a5d83e771f84eb64ae8 100644 |
| --- a/drivers/gpu/drm/img-rogue/1.17/pvr_platform_drv.c |
| +++ b/drivers/gpu/drm/img-rogue/1.17/pvr_platform_drv.c |
| @@ -218,7 +218,7 @@ static int pvr_probe(struct platform_device *pdev) |
| #endif |
| } |
| |
| -static int pvr_remove(struct platform_device *pdev) |
| +static void pvr_remove(struct platform_device *pdev) |
| { |
| struct drm_device *ddev = platform_get_drvdata(pdev); |
| |
| @@ -237,7 +237,6 @@ static int pvr_remove(struct platform_device *pdev) |
| #else |
| drm_put_dev(ddev); |
| #endif |
| - return 0; |
| } |
| |
| static void pvr_shutdown(struct platform_device *pdev) |
| -- |
| 2.46.0.662.g92d0881bb0-goog |
| |