linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sata_vsc: s/host_set/host/
@ 2006-11-09  3:03 Tejun Heo
  2006-11-14 18:45 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2006-11-09  3:03 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide

sata_vsc MSI support merge brought in now renamed host_set and breaks
build.  s/host_set/host/

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

diff --git a/drivers/ata/sata_vsc.c b/drivers/ata/sata_vsc.c
index 8d6a288..9778911 100644
--- a/drivers/ata/sata_vsc.c
+++ b/drivers/ata/sata_vsc.c
@@ -124,17 +124,17 @@ static void vsc_sata_scr_write (struct a
 }
 
 
-static void vsc_sata_host_stop(struct ata_host_set *host_set)
+static void vsc_sata_host_stop(struct ata_host *host)
 {
-	struct vsc_sata_host_priv *hpriv = host_set->private_data;
-	struct pci_dev *pdev = to_pci_dev(host_set->dev);
+	struct vsc_sata_host_priv *hpriv = host->private_data;
+	struct pci_dev *pdev = to_pci_dev(host->dev);
 
 	if (hpriv->hp_flags & VSC_SATA_HP_FLAG_MSI)
 		pci_disable_msi(pdev);
 	else
 		pci_intx(pdev, 0);
 	kfree (hpriv);
-	ata_pci_host_stop(host_set);
+	ata_pci_host_stop(host);
 }
 
 static void vsc_intr_mask_update(struct ata_port *ap, u8 ctl)

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

* Re: [PATCH] sata_vsc: s/host_set/host/
  2006-11-09  3:03 [PATCH] sata_vsc: s/host_set/host/ Tejun Heo
@ 2006-11-14 18:45 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-11-14 18:45 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

Tejun Heo wrote:
> sata_vsc MSI support merge brought in now renamed host_set and breaks
> build.  s/host_set/host/
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>

applied



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

end of thread, other threads:[~2006-11-14 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09  3:03 [PATCH] sata_vsc: s/host_set/host/ Tejun Heo
2006-11-14 18:45 ` 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).