Commit 94253347 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Amiga Gayle IDE cleanup

From: Geert Uytterhoeven <geert@linux-m68k.org>

Amiga Gayle IDE: Kill old test code for the IDE doubler
parent d4557334
......@@ -174,16 +174,5 @@ void __init gayle_init(void)
}
} else
release_mem_region(res_start, res_n);
#if 1 /* TESTING */
if (i == 1) {
volatile u_short *addr = (u_short *)base;
u_short data;
printk("+++ Probing for IDE doubler... ");
*addr = 0xffff;
data = *addr;
printk("probe returned 0x%02x (PLEASE REPORT THIS!!)\n", data);
}
#endif /* TESTING */
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment