public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: 2.6.0-test2-bk1 SCSI dc395x compile problem
@ 2003-08-01 12:56 Ali Akcaagac
  0 siblings, 0 replies; 2+ messages in thread
From: Ali Akcaagac @ 2003-08-01 12:56 UTC (permalink / raw)
  To: dc395x

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

Hello,

I'm besides 2 others one of the Maintainers of the SCSI DC395x SCSI
driver and I found a little 1 char problem during the merge from the AC
tree to the official BK tree which causes a compile issue.

Here is a little fix for the 2.6.0-test2-bk1 that allows compiling
correctly. I would be thankful if this patch can be included in an
upcoming bk2 or test3 release.

[-- Attachment #2: dc395x.c.patch --]
[-- Type: text/x-patch, Size: 469 bytes --]

--- linux-2.6.0-test2-bk1/drivers/scsi/dc395x.c.bak	2003-08-01 14:32:05.000000000 +0200
+++ linux-2.6.0-test2-bk1/drivers/scsi/dc395x.c	2003-08-01 14:46:26.247629416 +0200
@@ -5890,7 +5890,7 @@
 	pci_set_drvdata(dev, scsi_host);
 
 	/* get the scsi mid level to scan for new devices on the bus */
-	scsi_add_host(scsi_host, &pdev->dev);	/* XXX handle failure */
+	scsi_add_host(scsi_host, &dev->dev);	/* XXX handle failure */
 	scsi_scan_host(scsi_host);
 
 	return 0;

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH]: 2.6.0-test2-bk1 SCSI dc395x compile problem
@ 2003-08-01 13:01 Ali Akcaagac
  0 siblings, 0 replies; 2+ messages in thread
From: Ali Akcaagac @ 2003-08-01 13:01 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

Hello,

I'm besides 2 others one of the Maintainers of the SCSI DC395x SCSI
driver and I found a little 1 char problem during the merge from the AC
tree to the official BK tree which causes a compile issue.

Here is a little fix for the 2.6.0-test2-bk1 that allows compiling
correctly. I would be thankful if this patch can be included in an
upcoming bk2 or test3 release.

[-- Attachment #2: dc395x.c.patch --]
[-- Type: text/x-patch, Size: 469 bytes --]

--- linux-2.6.0-test2-bk1/drivers/scsi/dc395x.c.bak	2003-08-01 14:32:05.000000000 +0200
+++ linux-2.6.0-test2-bk1/drivers/scsi/dc395x.c	2003-08-01 14:46:26.247629416 +0200
@@ -5890,7 +5890,7 @@
 	pci_set_drvdata(dev, scsi_host);
 
 	/* get the scsi mid level to scan for new devices on the bus */
-	scsi_add_host(scsi_host, &pdev->dev);	/* XXX handle failure */
+	scsi_add_host(scsi_host, &dev->dev);	/* XXX handle failure */
 	scsi_scan_host(scsi_host);
 
 	return 0;

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

end of thread, other threads:[~2003-08-01 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-01 12:56 [PATCH]: 2.6.0-test2-bk1 SCSI dc395x compile problem Ali Akcaagac
  -- strict thread matches above, loose matches on Subject: below --
2003-08-01 13:01 Ali Akcaagac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox