dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/plane: Fix a couple NULL vs error pointer bugs
@ 2025-08-19  9:38 Dan Carpenter
  2025-08-19  9:38 ` [PATCH 1/3] drm/plane: Clean up 0 vs NULL issue Dan Carpenter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dan Carpenter @ 2025-08-19  9:38 UTC (permalink / raw)
  To: Arun R Murthy
  Cc: Chaitanya Kumar Borah, David Airlie, dri-devel, Harry Wentland,
	Javier Martinez Canillas, linux-kernel, Maarten Lankhorst,
	Maxime Ripard, Simona Vetter, Suraj Kandpal, Thomas Zimmermann,
	Ville Syrjälä, Xaver Hugl, Zack Rusin

These are a couple fixes for NULL vs error pointer mixups.  I had sent
the one earlier, and it was Acked but we forgot to apply it.

Dan Carpenter (3):
  drm/plane: Clean up 0 vs NULL issue
  drm/plane: Fix IS_ERR() vs NULL checks in
    drm_plane_create_hotspot_properties()
  drm/plane: Fix IS_ERR() vs NULL bugs in __drm_universal_plane_init()

 drivers/gpu/drm/drm_plane.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-08-19  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19  9:38 [PATCH 0/3] drm/plane: Fix a couple NULL vs error pointer bugs Dan Carpenter
2025-08-19  9:38 ` [PATCH 1/3] drm/plane: Clean up 0 vs NULL issue Dan Carpenter
2025-08-19  9:38 ` [PATCH 2/3] drm/plane: Fix IS_ERR() vs NULL checks in drm_plane_create_hotspot_properties() Dan Carpenter
2025-08-19  9:38 ` [PATCH 3/3] drm/plane: Fix IS_ERR() vs NULL bugs in __drm_universal_plane_init() Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).