Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326341
b: refs/heads/master
c: 215e691
h: refs/heads/master
i:
  326339: c36568b
v: v3
  • Loading branch information
Uwe Kleine-König committed Sep 11, 2012
1 parent 9673ac7 commit b7a0412
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: c4dba0119bdab0af8fc11fab23301e015e198b24
refs/heads/master: 215e691c2ac9104dd6dfbdd291366ad4c202b7b6
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static int __devinit fsl_i2c_probe(struct platform_device *op)
}

if (match->data) {
struct mpc_i2c_data *data = match->data;
const struct mpc_i2c_data *data = match->data;
data->setup(op->dev.of_node, i2c, clock, data->prescaler);
} else {
/* Backwards compatibility */
Expand Down

0 comments on commit b7a0412

Please sign in to comment.