summaryrefslogtreecommitdiff
path: root/include/linux/patchkey.h
diff options
context:
space:
mode:
authorLouis Clinckx <clinckx.louis@gmail.com>2026-05-15 14:57:40 +0000
committerBenjamin Tissoires <bentiss@kernel.org>2026-05-21 17:12:54 +0200
commitda7f96a68c39de9eb1c351a261e7fbf716375c91 (patch)
treea2ab39e7d2114c2dc7a412d45add729dd874e225 /include/linux/patchkey.h
parent2ee7e632405b022319f42c01635eb6fbbd86414a (diff)
HID: lenovo-go: drop dead NULL check on to_usb_interface()
to_usb_interface() is a container_of_const() macro: it performs pointer arithmetic and never returns NULL. The if (!intf) and if (intf) tests in get_endpoint_address() can never fire. Remove them in both drivers. No functional change. Suggested-by: Derek J. Clark <derekjohn.clark@gmail.com> Signed-off-by: Louis Clinckx <clinckx.louis@gmail.com> Reviewed-by: Derek J. Clark <derekjoh.clark@gmail.com> Tested-by: Derek J. Clark <derekjohn.clark@gmail.com> Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
Diffstat (limited to 'include/linux/patchkey.h')
0 files changed, 0 insertions, 0 deletions