diff options
Diffstat (limited to 'drivers/pnp/manager.c')
-rw-r--r-- | drivers/pnp/manager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pnp/manager.c b/drivers/pnp/manager.c index 1adc83fdabb6..7ea9e1e28003 100644 --- a/drivers/pnp/manager.c +++ b/drivers/pnp/manager.c | |||
@@ -231,9 +231,6 @@ static int pnp_assign_resources(struct pnp_dev *dev, int depnum) | |||
231 | struct pnp_dma *dma; | 231 | struct pnp_dma *dma; |
232 | int nport = 0, nmem = 0, nirq = 0, ndma = 0; | 232 | int nport = 0, nmem = 0, nirq = 0, ndma = 0; |
233 | 233 | ||
234 | if (!pnp_can_configure(dev)) | ||
235 | return -ENODEV; | ||
236 | |||
237 | dbg_pnp_show_resources(dev, "before pnp_assign_resources"); | 234 | dbg_pnp_show_resources(dev, "before pnp_assign_resources"); |
238 | mutex_lock(&pnp_res_mutex); | 235 | mutex_lock(&pnp_res_mutex); |
239 | pnp_clean_resource_table(dev); | 236 | pnp_clean_resource_table(dev); |