Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316022
b: refs/heads/master
c: 0ef63e4
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck committed Jul 22, 2012
1 parent 1f9a7f8 commit b23e444
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: e2730bea0b9951cb8ec0732045f59eea360f5e7c
refs/heads/master: 0ef63e48f0247a9f9b9ffeef0f2641ac880728ab
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/ntc_thermistor.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static int __devinit ntc_thermistor_probe(struct platform_device *pdev)

data->dev = &pdev->dev;
data->pdata = pdata;
strncpy(data->name, pdev->id_entry->name, PLATFORM_NAME_SIZE);
strlcpy(data->name, pdev->id_entry->name, sizeof(data->name));

switch (pdev->id_entry->driver_data) {
case TYPE_NCPXXWB473:
Expand Down

0 comments on commit b23e444

Please sign in to comment.