Re: [PATCH 2/2] usb: typec: thunderbolt: Remove IS_ERR check for plug
From: Greg KH
Date: Mon Feb 03 2025 - 10:32:22 EST
On Fri, Jan 24, 2025 at 07:40:38PM +0000, Benson Leung wrote:
> 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@xxxxxxxxxxxx>
Please do not put a blank line between "Fixes:" and your signed-off-by
line.
thanks,
greg k-h