All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/ofdrm: Fix sparse warnings
@ 2022-10-27 11:57 Thomas Zimmermann
  2022-10-27 11:57 ` [PATCH 1/2] drm/ofdrm: Cast PCI IDs to u32 for comparing Thomas Zimmermann
  2022-10-27 11:57 ` [PATCH 2/2] drm/ofdrm: Cast error pointers to void __iomem * Thomas Zimmermann
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Zimmermann @ 2022-10-27 11:57 UTC (permalink / raw)
  To: javierm, airlied, daniel; +Cc: Thomas Zimmermann, dri-devel

Fix two types of sparse warnings in ofdrm. Reported by the LKP bot.

Thomas Zimmermann (2):
  drm/ofdrm: Cast PCI IDs to u32 for comparing
  drm/ofdrm: Cast error pointers to void __iomem *

 drivers/gpu/drm/tiny/ofdrm.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)


base-commit: 746559738f1335241ea686566cb654847c20d7a4
-- 
2.38.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-28  7:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 11:57 [PATCH 0/2] drm/ofdrm: Fix sparse warnings Thomas Zimmermann
2022-10-27 11:57 ` [PATCH 1/2] drm/ofdrm: Cast PCI IDs to u32 for comparing Thomas Zimmermann
2022-10-27 13:07   ` Alexander Stein
2022-10-27 14:04     ` Thomas Zimmermann
2022-10-28  6:33       ` Alexander Stein
2022-10-28  6:59         ` Thomas Zimmermann
2022-10-27 11:57 ` [PATCH 2/2] drm/ofdrm: Cast error pointers to void __iomem * Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.