aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR_D700.c
diff options
context:
space:
mode:
authorMark Haverkamp <markh@linux-foundation.org>2007-01-24 09:31:30 -0800
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-01-27 09:28:58 -0600
commita5364c5a311f73eade88f37bf5b614797ce30ec9 (patch)
tree1df46573d90f7d4e25dc413c881da4ef57daf5fe /drivers/scsi/NCR_D700.c
parent[SCSI] aacraid: expanded expose physical device code (new) (diff)
downloadlinux-dev-a5364c5a311f73eade88f37bf5b614797ce30ec9.tar.xz
linux-dev-a5364c5a311f73eade88f37bf5b614797ce30ec9.zip
[SCSI] NCR_D700: fix compile error
Fix a typo in NCR_D700 Signed-off-by Mark Haverkamp <markh@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/NCR_D700.c')
-rw-r--r--drivers/scsi/NCR_D700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR_D700.c b/drivers/scsi/NCR_D700.c
index 01967a59479d..f12864abed2f 100644
--- a/drivers/scsi/NCR_D700.c
+++ b/drivers/scsi/NCR_D700.c
@@ -200,7 +200,7 @@ NCR_D700_probe_one(struct NCR_D700_private *p, int siop, int irq,
hostdata->base = ioport_map(region, 64);
hostdata->differential = (((1<<siop) & differential) != 0);
hostdata->clock = NCR_D700_CLOCK_MHZ;
- hostdata->busrt_length = 8;
+ hostdata->burst_length = 8;
/* and register the siop */
host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev);