Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117368
b: refs/heads/master
c: 4b5fcb3
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Oct 10, 2008
1 parent f9ad7fd commit 2ae4de2
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: 5000cadcf3188e935dae28c4fc7e24639704ea55
refs/heads/master: 4b5fcb353ba46adfa2f98546e3d34e7dc65221cb
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int acpi_device_remove(struct device * dev)
acpi_drv->ops.remove(acpi_dev, acpi_dev->removal_type);
}
acpi_dev->driver = NULL;
acpi_driver_data(dev) = NULL;
acpi_driver_data(acpi_dev) = NULL;

put_device(dev);
return 0;
Expand Down

0 comments on commit 2ae4de2

Please sign in to comment.