[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025020328-lunacy-commend-9f52@gregkh>
Date: Mon, 3 Feb 2025 16:18:28 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Benson Leung <bleung@...omium.org>
Cc: heikki.krogerus@...ux.intel.com, abhishekpandit@...omium.org,
dan.carpenter@...aro.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, akuchynski@...gle.com,
ukaszb@...omium.org
Subject: Re: [PATCH 1/2] usb: typec: thunderbolt: Fix loops that iterate
TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP
On Fri, Jan 24, 2025 at 07:40:23PM +0000, Benson Leung wrote:
> Fixes these Smatch static checker warnings:
> drivers/usb/typec/altmodes/thunderbolt.c:116 tbt_altmode_work() warn: why is zero skipped 'i'
> drivers/usb/typec/altmodes/thunderbolt.c:147 tbt_enter_modes_ordered() warn: why is zero skipped 'i'
> drivers/usb/typec/altmodes/thunderbolt.c:328 tbt_altmode_remove() warn: why is zero skipped 'i'
>
> Fixes: 100e25738659 ("usb: typec: Add driver for Thunderbolt 3 Alternate Mode")
>
> Signed-off-by: Benson Leung <bleung@...omium.org>
> Reported-by: Dan Carpenter <dan.carpenter@...aro.org>
> ---
> drivers/usb/typec/altmodes/thunderbolt.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Please always use 'git send-email' or if not, manually thread your
patches so they all show up together as a series. These are both
individual and as such, don't play nice with tools.
I'll try to manually handle them, but you owe me...
thanks,
greg k-h
Powered by blists - more mailing lists