Loading drivers/scsi/dtc.c +7 −9 Original line number Diff line number Diff line Loading @@ -137,11 +137,9 @@ static struct override { #ifdef OVERRIDE [] __initdata = OVERRIDE; #else [4] __initdata = { { 0, IRQ_AUTO}, { 0, IRQ_AUTO}, { 0, IRQ_AUTO}, { 0, IRQ_AUTO}}; [4] __initdata = { { 0, IRQ_AUTO }, { 0, IRQ_AUTO }, { 0, IRQ_AUTO }, { 0, IRQ_AUTO } }; #endif #define NO_OVERRIDES ARRAY_SIZE(overrides) Loading Loading @@ -233,7 +231,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt) } else for (; !addr && (current_base < NO_BASES); ++current_base) { #if (DTCDEBUG & DTCDEBUG_INIT) printk("scsi-dtc : probing address %08x\n", bases[current_base].address); printk(KERN_DEBUG "scsi-dtc : probing address %08x\n", bases[current_base].address); #endif if (bases[current_base].noauto) continue; Loading @@ -244,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("scsi-dtc : detected board.\n"); printk(KERB_DEBUG "scsi-dtc : detected board.\n"); #endif goto found; } Loading @@ -253,7 +251,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt) } #if defined(DTCDEBUG) && (DTCDEBUG & DTCDEBUG_INIT) printk("scsi-dtc : base = %08x\n", addr); printk(KERN_DEBUG "scsi-dtc : base = %08x\n", addr); #endif if (!addr) Loading Loading
drivers/scsi/dtc.c +7 −9 Original line number Diff line number Diff line Loading @@ -137,11 +137,9 @@ static struct override { #ifdef OVERRIDE [] __initdata = OVERRIDE; #else [4] __initdata = { { 0, IRQ_AUTO}, { 0, IRQ_AUTO}, { 0, IRQ_AUTO}, { 0, IRQ_AUTO}}; [4] __initdata = { { 0, IRQ_AUTO }, { 0, IRQ_AUTO }, { 0, IRQ_AUTO }, { 0, IRQ_AUTO } }; #endif #define NO_OVERRIDES ARRAY_SIZE(overrides) Loading Loading @@ -233,7 +231,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt) } else for (; !addr && (current_base < NO_BASES); ++current_base) { #if (DTCDEBUG & DTCDEBUG_INIT) printk("scsi-dtc : probing address %08x\n", bases[current_base].address); printk(KERN_DEBUG "scsi-dtc : probing address %08x\n", bases[current_base].address); #endif if (bases[current_base].noauto) continue; Loading @@ -244,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("scsi-dtc : detected board.\n"); printk(KERB_DEBUG "scsi-dtc : detected board.\n"); #endif goto found; } Loading @@ -253,7 +251,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt) } #if defined(DTCDEBUG) && (DTCDEBUG & DTCDEBUG_INIT) printk("scsi-dtc : base = %08x\n", addr); printk(KERN_DEBUG "scsi-dtc : base = %08x\n", addr); #endif if (!addr) Loading