diff options
| -rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 821d154221d5..ce518867a18a 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
| @@ -1990,6 +1990,7 @@ static int acpi_bus_scan_fixed(void) | |||
| 1990 | if (result) | 1990 | if (result) |
| 1991 | return result; | 1991 | return result; |
| 1992 | 1992 | ||
| 1993 | device->flags.match_driver = true; | ||
| 1993 | result = device_attach(&device->dev); | 1994 | result = device_attach(&device->dev); |
| 1994 | if (result < 0) | 1995 | if (result < 0) |
| 1995 | return result; | 1996 | return result; |
| @@ -2006,6 +2007,7 @@ static int acpi_bus_scan_fixed(void) | |||
| 2006 | if (result) | 2007 | if (result) |
| 2007 | return result; | 2008 | return result; |
| 2008 | 2009 | ||
| 2010 | device->flags.match_driver = true; | ||
| 2009 | result = device_attach(&device->dev); | 2011 | result = device_attach(&device->dev); |
| 2010 | } | 2012 | } |
| 2011 | 2013 | ||
