Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118397
b: refs/heads/master
c: 554d491
h: refs/heads/master
i:
  118395: b6eb4ea
v: v3
  • Loading branch information
Marcin Slusarz authored and Jeff Garzik committed Nov 4, 2008
1 parent 6fb8fdb commit c38c5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cadef677e4a9b9c1d069675043767df486782986
refs/heads/master: 554d491de112a378b4d1a705bb93b58bcd444a70
4 changes: 3 additions & 1 deletion trunk/drivers/ata/sata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,10 @@ static int svia_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
rc = vt8251_prepare_host(pdev, &host);
break;
default:
return -EINVAL;
rc = -EINVAL;
}
if (rc)
return rc;

svia_configure(pdev);

Expand Down

0 comments on commit c38c5cb

Please sign in to comment.