Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319183
b: refs/heads/master
c: b900ba4
h: refs/heads/master
i:
  319181: 1f26b01
  319179: 1b3a7dd
  319175: fdc521c
  319167: d3981f8
v: v3
  • Loading branch information
Karol Lewandowski authored and Wolfram Sang committed Jul 13, 2012
1 parent 1bf9ff5 commit 90d0c6a
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: cd4f2d4aa79ccbb2713f33f9c9f24ed21b5fc8fa
refs/heads/master: b900ba4c1513a8c9a2fab8dca4cc6f50b17d6861
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static inline unsigned int s3c24xx_get_device_quirks(struct platform_device *pde
{
if (pdev->dev.of_node) {
const struct of_device_id *match;
match = of_match_node(&s3c24xx_i2c_match, pdev->dev.of_node);
match = of_match_node(s3c24xx_i2c_match, pdev->dev.of_node);
return (unsigned int)match->data;
}

Expand Down

0 comments on commit 90d0c6a

Please sign in to comment.