From: Mark Haverkamp Date: Wed, 24 Jan 2007 17:31:30 +0000 (-0800) Subject: [SCSI] NCR_D700: fix compile error X-Git-Tag: v2.6.21-rc1~274^2~230^2~56 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a5364c5a311f73eade88f37bf5b614797ce30ec9;p=linux-2.6-omap-h63xx.git [SCSI] NCR_D700: fix compile error Fix a typo in NCR_D700 Signed-off-by Mark Haverkamp Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/NCR_D700.c b/drivers/scsi/NCR_D700.c index 01967a59479..f12864abed2 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<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);