aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ncr53c8xx.c
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-07-27 13:36:54 -0400
committerTony Luck <tony.luck@intel.com>2005-07-27 13:36:54 -0400
commitc2834cf4746cf13501efc3489b1895bce58a4ccb (patch)
tree13614c2ed7ec156d8518fd5bff4e1c252fb05792 /drivers/scsi/ncr53c8xx.c
parent05cb784c81a0fd1f97732156ea464bd392ce875a (diff)
parent9e566d8bd61f939b7f5d7d969f5b178571471cf9 (diff)
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'drivers/scsi/ncr53c8xx.c')
-rw-r--r--drivers/scsi/ncr53c8xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/ncr53c8xx.c b/drivers/scsi/ncr53c8xx.c
index 2a0e42ec27d3..519486d24b28 100644
--- a/drivers/scsi/ncr53c8xx.c
+++ b/drivers/scsi/ncr53c8xx.c
@@ -7756,7 +7756,6 @@ struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt,
7756 * your module_init */ 7756 * your module_init */
7757 BUG_ON(!ncr53c8xx_transport_template); 7757 BUG_ON(!ncr53c8xx_transport_template);
7758 instance->transportt = ncr53c8xx_transport_template; 7758 instance->transportt = ncr53c8xx_transport_template;
7759 scsi_set_device(instance, device->dev);
7760 7759
7761 /* Patch script to physical addresses */ 7760 /* Patch script to physical addresses */
7762 ncr_script_fill(&script0, &scripth0); 7761 ncr_script_fill(&script0, &scripth0);