Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308459
b: refs/heads/master
c: 973c5ed
h: refs/heads/master
i:
  308457: 6f7bdad
  308455: c0701ef
v: v3
  • Loading branch information
Wolfram Sang authored and Wolfram Sang committed May 12, 2012
1 parent 6bada0e commit 4e3cd0a
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: 6188a3768131334ceaaf38c7c2d9d3616d562901
refs/heads/master: 973c5ed45dbdf8fd90e300826507b5e6814916af
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ static int __init i2c_imx_probe(struct platform_device *pdev)
}

/* Setup i2c_imx driver structure */
strcpy(i2c_imx->adapter.name, pdev->name);
strlcpy(i2c_imx->adapter.name, pdev->name, sizeof(i2c_imx->adapter.name));
i2c_imx->adapter.owner = THIS_MODULE;
i2c_imx->adapter.algo = &i2c_imx_algo;
i2c_imx->adapter.dev.parent = &pdev->dev;
Expand Down

0 comments on commit 4e3cd0a

Please sign in to comment.