Skip to content

Commit

Permalink
[SCSI] NCR_D700: fix compile error
Browse files Browse the repository at this point in the history
Fix a typo in NCR_D700

Signed-off-by Mark Haverkamp <markh@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Mark Haverkamp authored and James Bottomley committed Jan 27, 2007
1 parent e37ee4b commit a5364c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/NCR_D700.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a5364c5

Please sign in to comment.