mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
The "unode" pointer cannot be NULL here and checking for it causes
Smatch warnings:
drivers/gpu/drm/udl/udl_main.c:259 udl_get_urb_locked()
warn: can 'unode' even be NULL?
Fortunately, it's just harmless dead code which can be removed. It's
left over from commit
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
udl_drv.c | ||
udl_drv.h | ||
udl_main.c | ||
udl_modeset.c | ||
udl_proto.h | ||
udl_transfer.c |