Loading drivers/acpi/scan.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/acpi/scan.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading