]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: typec: thunderbolt: Remove IS_ERR check for plug
authorBenson Leung <bleung@chromium.org>
Fri, 24 Jan 2025 19:40:38 +0000 (19:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Feb 2025 15:30:51 +0000 (16:30 +0100)
commit9682c35ff6ecd76d9462d4749b8b413d3e8e605e
tree32f522bdab9a1f4a6d251e9ea7a9fe89985b4278
parentb51c1e8d2f49342b2087338c72511326fdb7b172
usb: typec: thunderbolt: Remove IS_ERR check for plug

Fixes these Smatch static checker warnings:
drivers/usb/typec/altmodes/thunderbolt.c:354 tbt_ready() warn: 'plug' is not an error pointer

Fixes: 100e25738659 ("usb: typec: Add driver for Thunderbolt 3 Alternate Mode")
Signed-off-by: Benson Leung <bleung@chromium.org>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/Z5PstnlA52Z1F2SU@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/altmodes/thunderbolt.c