Mingkai Hu wrote:
> +enum board_slots {
> + SLOT1 = 1,
> + SLOT2,
> + SLOT3,
> + SLOT4,
> + SLOT5,
> + SLOT6,
> +};
This is silly. SLOT1 == 1, SLOT2 == 2, etc. Just delete this enum and use numbers.
--
Timur Tabi
Linux kernel developer at Freescale