Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299318
b: refs/heads/master
c: 99b80e9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Jeff Garzik committed Apr 12, 2012
1 parent de26ca9 commit ac69383
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 96d5d96aedc29c75bb16433f6ecf8664ec3c1b46
refs/heads/master: 99b80e97710ae2e53c951acfdd956e9f38e36646
3 changes: 2 additions & 1 deletion trunk/drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4025,7 +4025,8 @@ static int mv_platform_probe(struct platform_device *pdev)
struct ata_host *host;
struct mv_host_priv *hpriv;
struct resource *res;
int n_ports, rc;
int n_ports = 0;
int rc;

ata_print_version_once(&pdev->dev, DRV_VERSION);

Expand Down

0 comments on commit ac69383

Please sign in to comment.