Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358811
b: refs/heads/master
c: 6beaddf
h: refs/heads/master
i:
  358809: 33f9b5c
  358807: 856dcdc
v: v3
  • Loading branch information
Jayachandran C authored and Wolfram Sang committed Feb 21, 2013
1 parent 6e7ae66 commit ace371d
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: 58823c72f6b95414fa11cb8a0e5f1d0e548c2f34
refs/heads/master: 6beaddf243b2d4bbc9165fbd89429fa1a7526af1
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-ocores.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static int ocores_i2c_of_probe(struct platform_device *pdev,
&i2c->reg_io_width);

match = of_match_node(ocores_i2c_match, pdev->dev.of_node);
if (match && (int)match->data == TYPE_GRLIB) {
if (match && (long)match->data == TYPE_GRLIB) {
dev_dbg(&pdev->dev, "GRLIB variant of i2c-ocores\n");
i2c->setreg = oc_setreg_grlib;
i2c->getreg = oc_getreg_grlib;
Expand Down

0 comments on commit ace371d

Please sign in to comment.