mirror of https://gitee.com/openkylin/linux.git
[SCSI] dtc: Fix typo
(and pointed out by several people) Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
1a1d641490
commit
5307b1e8b0
|
@ -242,7 +242,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt)
|
||||||
if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].string))) {
|
if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].string))) {
|
||||||
addr = bases[current_base].address;
|
addr = bases[current_base].address;
|
||||||
#if (DTCDEBUG & DTCDEBUG_INIT)
|
#if (DTCDEBUG & DTCDEBUG_INIT)
|
||||||
printk(KERB_DEBUG "scsi-dtc : detected board.\n");
|
printk(KERN_DEBUG "scsi-dtc : detected board.\n");
|
||||||
#endif
|
#endif
|
||||||
goto found;
|
goto found;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue