linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sata_sil24: fix mwdma_mask setting
@ 2006-03-05 14:03 Tejun Heo
  2006-03-05 16:11 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2006-03-05 14:03 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide

mwdma_mask was not copied from port_info to probe_ent.  Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>

---

This bug is probably introduced by following ahci.c without thinking
(by me).

 drivers/scsi/sata_sil24.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/sata_sil24.c b/drivers/scsi/sata_sil24.c
index 5c5822e..8fb6242 100644
--- a/drivers/scsi/sata_sil24.c
+++ b/drivers/scsi/sata_sil24.c
@@ -892,6 +892,7 @@ static int sil24_init_one(struct pci_dev
 	probe_ent->sht		= pinfo->sht;
 	probe_ent->host_flags	= pinfo->host_flags;
 	probe_ent->pio_mask	= pinfo->pio_mask;
+	probe_ent->mwdma_mask	= pinfo->mwdma_mask;
 	probe_ent->udma_mask	= pinfo->udma_mask;
 	probe_ent->port_ops	= pinfo->port_ops;
 	probe_ent->n_ports	= SIL24_FLAG2NPORTS(pinfo->host_flags);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sata_sil24: fix mwdma_mask setting
  2006-03-05 14:03 [PATCH] sata_sil24: fix mwdma_mask setting Tejun Heo
@ 2006-03-05 16:11 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-03-05 16:11 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

Tejun Heo wrote:
> mwdma_mask was not copied from port_info to probe_ent.  Fix it.
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> 
> ---
> 
> This bug is probably introduced by following ahci.c without thinking
> (by me).
> 
>  drivers/scsi/sata_sil24.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

applied



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-05 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-05 14:03 [PATCH] sata_sil24: fix mwdma_mask setting Tejun Heo
2006-03-05 16:11 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).