629f59ade8
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 |