projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37ee4b
)
[SCSI] NCR_D700: fix compile error
author
Mark Haverkamp
<markh@linux-foundation.org>
Wed, 24 Jan 2007 17:31:30 +0000
(09:31 -0800)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Sat, 27 Jan 2007 15:28:58 +0000
(09:28 -0600)
Fix a typo in NCR_D700
Signed-off-by Mark Haverkamp <markh@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/NCR_D700.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/NCR_D700.c
b/drivers/scsi/NCR_D700.c
index 01967a59479d5bb0c5e4e47753847107797503bc..f12864abed2f1c99cf52803a989178bee09df122 100644
(file)
--- 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->bu
sr
t_length = 8;
+ hostdata->bu
rs
t_length = 8;
/* and register the siop */
host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev);