Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258843
b: refs/heads/master
c: 323c9dd
h: refs/heads/master
i:
  258841: 5da6f63
  258839: da9cf66
v: v3
  • Loading branch information
Jiri Kosina committed Jun 14, 2011
1 parent 67ceec5 commit a02b799
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 25eb650a690b95cb0e2cf0c3b03f4900a59e0135
refs/heads/master: 323c9dd26b6176fd7f16bcf3202df708c419b20c
2 changes: 1 addition & 1 deletion trunk/sound/soc/fsl/fsl_ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static int __devinit fsl_ssi_probe(struct platform_device *pdev)
kfree(ssi_private);
return ret;
}
ssi_private->ssi = ioremap(res.start, resource_size(&res));
ssi_private->ssi = ioremap(res.start, 1 + res.end - res.start);
ssi_private->ssi_phys = res.start;
ssi_private->irq = irq_of_parse_and_map(np, 0);

Expand Down

0 comments on commit a02b799

Please sign in to comment.