lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025082212-monorail-impromptu-ec1b@gregkh>
Date: Fri, 22 Aug 2025 10:45:21 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Xichao Zhao <zhao.xichao@...o.com>
Cc: linux-usb@...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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ