Loading drivers/scsi/dtc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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))) { addr = bases[current_base].address; #if (DTCDEBUG & DTCDEBUG_INIT) printk(KERB_DEBUG "scsi-dtc : detected board.\n"); printk(KERN_DEBUG "scsi-dtc : detected board.\n"); #endif goto found; } Loading Loading
drivers/scsi/dtc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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))) { addr = bases[current_base].address; #if (DTCDEBUG & DTCDEBUG_INIT) printk(KERB_DEBUG "scsi-dtc : detected board.\n"); printk(KERN_DEBUG "scsi-dtc : detected board.\n"); #endif goto found; } Loading