Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308458
b: refs/heads/master
c: 6188a37
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Wolfram Sang committed May 12, 2012
1 parent 6f7bdad commit 6bada0e
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: 4a5fe5cb5a3224d03618272f9ba92c626dc44cda
refs/heads/master: 6188a3768131334ceaaf38c7c2d9d3616d562901
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-eg20t.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ static int __devinit pch_i2c_probe(struct pci_dev *pdev,

pch_adap->owner = THIS_MODULE;
pch_adap->class = I2C_CLASS_HWMON;
strcpy(pch_adap->name, KBUILD_MODNAME);
strlcpy(pch_adap->name, KBUILD_MODNAME, sizeof(pch_adap->name));
pch_adap->algo = &pch_algorithm;
pch_adap->algo_data = &adap_info->pch_data[i];

Expand Down

0 comments on commit 6bada0e

Please sign in to comment.