On Thu, 28 Aug 2025 11:00:27 +0800 Xingui Yang <[email protected]> wrote:
> The return value is not printed when probe failed, and it is not > convenient for locating the problem, so add it. > > Signed-off-by: Xingui Yang <[email protected]> > --- It looks like there is a log message before each return of error in the probe path. If not maybe add one there or change the DEBUG message to higher level.

