Merge tag 'v2024.01-rc3' into next

Prepare v2024.01-rc3
This commit is contained in:
Tom Rini
2023-11-20 09:19:50 -05:00
595 changed files with 4644 additions and 1404 deletions

View File

@@ -61,7 +61,7 @@ int sata_rescan(bool verbose)
ret = uclass_find_first_device(UCLASS_AHCI, &dev);
if (ret || !dev) {
printf("Cannot find SATA device (err=%d)\n", ret);
return -ENOSYS;
return -ENOENT;
}
ret = device_remove(dev, DM_REMOVE_NORMAL);