Re: [PATCH] smbios: only look for a SYSINFO udevice if SYSINFO support is enabled

2024-06-18 Thread Tom Rini
On Mon, 10 Jun 2024 18:13:46 +0200, Quentin Schulz wrote: > If SYSINFO support isn't enabled, it's a given that uclass_first_device > for UCLASS_SYSINFO will not find anything, therefore let's skip the test > entirely. > > This allows to get rid of the following debug message that may be > confus

Re: [PATCH] smbios: only look for a SYSINFO udevice if SYSINFO support is enabled

2024-06-11 Thread Simon Glass
On Mon, 10 Jun 2024 at 10:13, Quentin Schulz wrote: > > From: Quentin Schulz > > If SYSINFO support isn't enabled, it's a given that uclass_first_device > for UCLASS_SYSINFO will not find anything, therefore let's skip the test > entirely. > > This allows to get rid of the following debug message

[PATCH] smbios: only look for a SYSINFO udevice if SYSINFO support is enabled

2024-06-10 Thread Quentin Schulz
From: Quentin Schulz If SYSINFO support isn't enabled, it's a given that uclass_first_device for UCLASS_SYSINFO will not find anything, therefore let's skip the test entirely. This allows to get rid of the following debug message that may be confusing: Cannot find uclass for id 118: please add