diff options
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r-- | drivers/ata/libata-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 396493cc98ce..72644bdecbb0 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -5785,6 +5785,7 @@ ata_probe_ent_alloc(struct device *dev, const struct ata_port_info *port) | |||
5785 | probe_ent->mwdma_mask = port->mwdma_mask; | 5785 | probe_ent->mwdma_mask = port->mwdma_mask; |
5786 | probe_ent->udma_mask = port->udma_mask; | 5786 | probe_ent->udma_mask = port->udma_mask; |
5787 | probe_ent->port_ops = port->port_ops; | 5787 | probe_ent->port_ops = port->port_ops; |
5788 | probe_ent->private_data = port->private_data; | ||
5788 | 5789 | ||
5789 | return probe_ent; | 5790 | return probe_ent; |
5790 | } | 5791 | } |