Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176188
b: refs/heads/master
c: 980f3be
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Grant Likely committed Dec 13, 2009
1 parent 0b04f17 commit 4957d8f
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: 87f673e9ca468b98da5677cf43abdd09945f449d
refs/heads/master: 980f3beeb68fd3b383908bac8a017b121df8ee29
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static int __init spi_imx_probe(struct platform_device *pdev)
struct resource *res;
int i, ret;

mxc_platform_info = (struct spi_imx_master *)pdev->dev.platform_data;
mxc_platform_info = dev_get_platdata(&pdev->dev);
if (!mxc_platform_info) {
dev_err(&pdev->dev, "can't get the platform data\n");
return -EINVAL;
Expand Down

0 comments on commit 4957d8f

Please sign in to comment.