diff options
Diffstat (limited to 'drivers/pnp')
-rw-r--r-- | drivers/pnp/pnpbios/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pnp/pnpbios/core.c b/drivers/pnp/pnpbios/core.c index 3a201b77b963..03baf1c64a2e 100644 --- a/drivers/pnp/pnpbios/core.c +++ b/drivers/pnp/pnpbios/core.c | |||
@@ -160,6 +160,7 @@ static int pnp_dock_thread(void * unused) | |||
160 | { | 160 | { |
161 | static struct pnp_docking_station_info now; | 161 | static struct pnp_docking_station_info now; |
162 | int docked = -1, d = 0; | 162 | int docked = -1, d = 0; |
163 | set_freezable(); | ||
163 | while (!unloading) | 164 | while (!unloading) |
164 | { | 165 | { |
165 | int status; | 166 | int status; |