Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166405
b: refs/heads/master
c: e96c928
h: refs/heads/master
i:
  166403: 59b2e05
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Sep 26, 2009
1 parent 07fa26c commit fc81ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 2b474ad8473f57c2930b2bda6c397c3aa8d97896
refs/heads/master: e96c9284bdffa1f1d39a502c3d3b71fd8cce7014
5 changes: 2 additions & 3 deletions trunk/drivers/i2c/busses/i2c-scmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,8 @@ static int acpi_smbus_cmi_add(struct acpi_device *device)
goto err;

snprintf(smbus_cmi->adapter.name, sizeof(smbus_cmi->adapter.name),
"SMBus CMI adapter %s (%s)",
acpi_device_name(device),
acpi_device_uid(device));
"SMBus CMI adapter %s",
acpi_device_name(device));
smbus_cmi->adapter.owner = THIS_MODULE;
smbus_cmi->adapter.algo = &acpi_smbus_cmi_algorithm;
smbus_cmi->adapter.algo_data = smbus_cmi;
Expand Down

0 comments on commit fc81ca3

Please sign in to comment.