mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-17 13:17:49 +00: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 | ||