Lines Matching refs:ret
215 int ret; in bd82x6x_sata_bind() local
218 ret = ahci_bind_scsi(dev, &scsi_dev); in bd82x6x_sata_bind()
219 if (ret) in bd82x6x_sata_bind()
220 return ret; in bd82x6x_sata_bind()
229 int ret; in bd82x6x_sata_probe() local
231 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_sata_probe()
232 if (ret) in bd82x6x_sata_probe()
233 return ret; in bd82x6x_sata_probe()
239 ret = ahci_probe_scsi_pci(dev); in bd82x6x_sata_probe()
240 if (ret) in bd82x6x_sata_probe()
241 return ret; in bd82x6x_sata_probe()