From: Ali Akcaagac <aliakc@web.de>
To: dc395x@twibble.org
Subject: [PATCH]: 2.6.0-test2-bk1 SCSI dc395x compile problem
Date: Fri, 01 Aug 2003 14:56:52 +0200 [thread overview]
Message-ID: <1059742612.30563.5.camel@localhost> (raw)
[-- 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;
next reply other threads:[~2003-08-01 12:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-01 12:56 Ali Akcaagac [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-08-01 13:01 [PATCH]: 2.6.0-test2-bk1 SCSI dc395x compile problem Ali Akcaagac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1059742612.30563.5.camel@localhost \
--to=aliakc@web.de \
--cc=dc395x@twibble.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox