[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <07068f88-7daa-4951-b680-945f36169867@vivo.com>
Date: Fri, 22 Aug 2025 09:49:44 +0000
From: 赵西超 <zhao.xichao@...o.com>
To: Greg KH <gregkh@...uxfoundation.org>
CC: "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] usb: phy: twl6030: Fix incorrect type for ret
> On Fri, Aug 22, 2025 at 04:14:03PM +0800, Xichao Zhao wrote:
>> In the twl6030_usb_probe(), the variable ret is declared as
>> a u32 type. However, since ret may receive -ENODEV when accepting
>> the return value of omap_usb2_set_comparator().Therefore, its type
>> should be changed to int.
>>
>> Signed-off-by: Xichao Zhao <zhao.xichao@...o.com>
>> ---
>> drivers/usb/phy/phy-twl6030-usb.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
> What commit id does this fix?
>
> thanks,
>
> greg k-h
I have added the fixes and sent out the v2 version of the patch.
Best Regards,
Xichao Zhao
Powered by blists - more mailing lists