1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/udl
Takashi Iwai 7350b2a3fb drm/udl: Replace BUG_ON() with WARN_ON()
BUG_ON() is a tasteless choice as a sanity check for a driver like UDL
that isn't really a core code.  Replace with WARN_ON() and proper
error handling instead.

Tested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220804075826.27036-5-tiwai@suse.de
2022-08-10 10:07:05 +02:00
..
Kconfig drm/shmem-helper: Switch to vmf_insert_pfn 2021-08-12 21:41:10 +02:00
Makefile drm/udl: Use GEM vmap/mmap function from SHMEM helpers 2020-06-10 10:17:21 +02:00
udl_connector.c drm: Drop drm_edid.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
udl_connector.h drm/udl: drop use of drmP.h 2019-07-17 12:52:55 +02:00
udl_drv.c drm: Use USB controller's DMA mask when importing dmabufs 2021-03-11 11:11:33 +01:00
udl_drv.h drm/udl: Kill pending URBs at suspend and disconnect 2022-08-10 10:07:01 +02:00
udl_main.c drm/udl: Replace BUG_ON() with WARN_ON() 2022-08-10 10:07:05 +02:00
udl_modeset.c drm/udl: Kill pending URBs at suspend and disconnect 2022-08-10 10:07:01 +02:00
udl_transfer.c drm/udl: Replace BUG_ON() with WARN_ON() 2022-08-10 10:07:05 +02:00