Re: [PATCH 04/36] m68k: switch mac/misc.c to direct use of appropriatecuda/pmu/maciisi requests

From: Geert Uytterhoeven
Date: Thu Dec 22 2005 - 03:39:41 EST


On Thu, 22 Dec 2005, Al Viro wrote:
> From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> Date: 1134918770 -0500
>
> kill ADBREQ_RAW use, replace adb_read_time(), etc. with per-type variants,
> eliminated remapping from pmu ones, fix the ifdefs (PMU->PMU68K)
>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

> + switch(macintosh_config->adb_type) {
> + case MAC_ADB_IISI:
> + func = maciisi_read_pram; break;
> + case MAC_ADB_PB1:
> + case MAC_ADB_PB2:
> + func = pmu_read_pram; break;
> + case MAC_ADB_CUDA:
> + func = cuda_read_pram; break;
> + default:
> func = via_read_pram;
> }

Wouldn't it be better to just have an ops structure with function pointers and
data fields, so we just have to initialize that once, instead of having `switch
(macintosh_config->adb_type) { ...}' in multiple places?

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/