diff options
| author | Thomas Zimmermann <[email protected]> | 2022-11-03 10:16:27 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2022-11-04 13:44:12 +0000 |
| commit | a8300c46385e357079248302722d2f6b48adcba1 (patch) | |
| tree | 10d211513f146c8ce7c0abfc2600370b8d80ce01 /drivers/hwmon/pwm-fan.c | |
| parent | drm/ofdrm: Convert PCI IDs to CPU endianness for comparing (diff) | |
| download | kernel-a8300c46385e357079248302722d2f6b48adcba1.tar.gz kernel-a8300c46385e357079248302722d2f6b48adcba1.zip | |
drm/ofdrm: Cast error pointers to void __iomem *
Cast error pointers when returning them as void __iomem *. Fixes
a number of Sparse warnings, such as the ones shown below.
../drivers/gpu/drm/tiny/ofdrm.c:439:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/tiny/ofdrm.c:439:31: expected void [noderef] __iomem *
../drivers/gpu/drm/tiny/ofdrm.c:439:31: got void *
../drivers/gpu/drm/tiny/ofdrm.c:442:31: warning: incorrect type in return expression (different address spaces)
../drivers/gpu/drm/tiny/ofdrm.c:442:31: expected void [noderef] __iomem *
../drivers/gpu/drm/tiny/ofdrm.c:442:31: got void *
See [1] for the bug report.
v3:
* use IOMEM_ERR_PTR() (Javier)
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Link: https://lore.kernel.org/dri-devel/[email protected]/ # [1]
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/hwmon/pwm-fan.c')
0 files changed, 0 insertions, 0 deletions
