Searched hist:"046 f4f0af7fd1fad06793d863d288c6b2cd84e99" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/udl/ |
H A D | udl_transfer.c | diff 046f4f0af7fd1fad06793d863d288c6b2cd84e99 Thu Sep 08 04:51:12 CDT 2022 Takashi Iwai <tiwai@suse.de> drm/udl: Fix potential URB leaks
A couple of error handlings forgot to process the URB completion. Those are both with WARN_ON() so should be visible, but we must fix them in anyway.
Fixes: 7350b2a3fbc6 ("drm/udl: Replace BUG_ON() with WARN_ON()") Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20220908095115.23396-10-tiwai@suse.de
|
H A D | udl_main.c | diff 046f4f0af7fd1fad06793d863d288c6b2cd84e99 Thu Sep 08 04:51:12 CDT 2022 Takashi Iwai <tiwai@suse.de> drm/udl: Fix potential URB leaks
A couple of error handlings forgot to process the URB completion. Those are both with WARN_ON() so should be visible, but we must fix them in anyway.
Fixes: 7350b2a3fbc6 ("drm/udl: Replace BUG_ON() with WARN_ON()") Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20220908095115.23396-10-tiwai@suse.de
|