diff options
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index b0510b033d78..a3edbb5d0452 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1325,6 +1325,8 @@ struct ide_host *ide_host_alloc(const struct ide_port_info *d, hw_regs_t **hws) | |||
1325 | 1325 | ||
1326 | if (d) { | 1326 | if (d) { |
1327 | host->init_chipset = d->init_chipset; | 1327 | host->init_chipset = d->init_chipset; |
1328 | host->get_lock = d->get_lock; | ||
1329 | host->release_lock = d->release_lock; | ||
1328 | host->host_flags = d->host_flags; | 1330 | host->host_flags = d->host_flags; |
1329 | } | 1331 | } |
1330 | 1332 | ||