Merge tag 'v2024.01-rc3' into next
Prepare v2024.01-rc3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user