Re: [PATCH] usb: gadget: m66592-udc: Add check for clk_enable()

From: Greg KH
Date: Thu Dec 26 2024 - 03:20:19 EST


On Tue, Dec 24, 2024 at 03:22:17PM -0500, Mingwei Zheng wrote:
> The APP-Miner reported the missing check.

What does this mean? Please explain it better as the documentation
states you must do when using random research tools.

> Add check for the return value of clk_enable() to catch the potential
> error.
>
> Fixes: b4822e2317e8 ("usb: gadget: m66592-udc: Convert to use module_platform_driver()")

Why is this only a Fixes tag and not also a cc: stable? And how did you
test it?

thanks,

greg k-h