Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347082
b: refs/heads/master
c: cd32e6c
h: refs/heads/master
v: v3
  • Loading branch information
Ludovic Desroches authored and Wolfram Sang committed Nov 24, 2012
1 parent 6c2577f commit 5ad96bf
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: 8f414059c66f57f610b71adf66fe20d8811bff8f
refs/heads/master: cd32e6ccdda15be1bf5b1b0a52631b06bb243d9e
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static struct at91_twi_pdata * __devinit at91_twi_get_driver_data(
match = of_match_node(atmel_twi_dt_ids, pdev->dev.of_node);
if (!match)
return NULL;
return match->data;
return (struct at91_twi_pdata *)match->data;
}
return (struct at91_twi_pdata *) platform_get_device_id(pdev)->driver_data;
}
Expand Down

0 comments on commit 5ad96bf

Please sign in to comment.