Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326340
b: refs/heads/master
c: c4dba01
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König committed Sep 11, 2012
1 parent c36568b commit 9673ac7
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: 01a04ddc86f904eff65e1668cf6524a58203fe2d
refs/heads/master: c4dba0119bdab0af8fc11fab23301e015e198b24
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,8 @@ omap_i2c_probe(struct platform_device *pdev)
struct omap_i2c_dev *dev;
struct i2c_adapter *adap;
struct resource *mem, *irq, *ioarea;
struct omap_i2c_bus_platform_data *pdata = pdev->dev.platform_data;
const struct omap_i2c_bus_platform_data *pdata =
pdev->dev.platform_data;
struct device_node *node = pdev->dev.of_node;
const struct of_device_id *match;
irq_handler_t isr;
Expand Down

0 comments on commit 9673ac7

Please sign in to comment.