[libata] init probe_ent->private_data in a common location
Don't write the same code twice, in two different functions, when they both call the same initialization function, with the same private_data pointer info. Also, note a bug found with a FIXME. Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -5785,6 +5785,7 @@ ata_probe_ent_alloc(struct device *dev, const struct ata_port_info *port)
|
||||
probe_ent->mwdma_mask = port->mwdma_mask;
|
||||
probe_ent->udma_mask = port->udma_mask;
|
||||
probe_ent->port_ops = port->port_ops;
|
||||
probe_ent->private_data = port->private_data;
|
||||
|
||||
return probe_ent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user