Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a5364c5a311f73eade88f37bf5b614797ce30ec9
Commit:     a5364c5a311f73eade88f37bf5b614797ce30ec9
Parent:     e37ee4bec6c6d6d67aebafeecbbb32aa33d502bc
Author:     Mark Haverkamp <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 24 09:31:30 2007 -0800
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Sat Jan 27 09:28:58 2007 -0600

    [SCSI] NCR_D700: fix compile error
    
    Fix a typo in NCR_D700
    
    Signed-off-by Mark Haverkamp <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/NCR_D700.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/NCR_D700.c b/drivers/scsi/NCR_D700.c
index 01967a5..f12864a 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to