Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44958
b: refs/heads/master
c: 3dfd35c
h: refs/heads/master
v: v3
  • Loading branch information
Henrique de Moraes Holschuh authored and Len Brown committed Dec 7, 2006
1 parent d4256c7 commit ec2c110
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: c92635572489b810d03acdf03f61bf6dd1af5433
refs/heads/master: 3dfd35cd214f7874c4917dfedff81f107d845c15
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/ibm_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ static int __init register_driver(struct ibm_struct *ibm)
}

memset(ibm->driver, 0, sizeof(struct acpi_driver));
sprintf(ibm->driver->name, "%s/%s", IBM_NAME, ibm->name);
sprintf(ibm->driver->name, "%s_%s", IBM_NAME, ibm->name);
ibm->driver->ids = ibm->hid;
ibm->driver->ops.add = &ibm_device_add;

Expand Down

0 comments on commit ec2c110

Please sign in to comment.