Re: [PATCH] drm/udl: delete dead code

2023-05-03 Thread Thomas Zimmermann
Merged, thanks! Am 02.05.23 um 14:59 schrieb Dan Carpenter: 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

Re: [PATCH] drm/udl: delete dead code

2023-05-02 Thread Takashi Iwai
On Tue, 02 May 2023 14:59:56 +0200, Dan Carpenter wrote: > > 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

Re: [PATCH] drm/udl: delete dead code

2023-05-02 Thread Thomas Zimmermann
Hi Am 02.05.23 um 14:59 schrieb Dan Carpenter: 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.

[PATCH] drm/udl: delete dead code

2023-05-02 Thread Dan Carpenter
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 c5c354a3a472 ("drm/udl: