[PATCH 367] Amiga Gayle IDE cleanup

From: Geert Uytterhoeven
Date: Thu Jan 01 2004 - 16:26:55 EST


Amiga Gayle IDE: Kill old test code for the IDE doubler

--- linux-2.6.0/drivers/ide/legacy/gayle.c 2003-04-20 12:28:33.000000000 +0200
+++ linux-m68k-2.6.0/drivers/ide/legacy/gayle.c 2003-11-03 21:54:03.000000000 +0100
@@ -174,16 +174,5 @@
}
} 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 */
}
}

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/