Re: [PATCH 1/3] mfd: twl6040: Fix GPO mask

From: Linus Walleij
Date: Fri Jul 27 2012 - 18:45:18 EST


On Wed, Jul 18, 2012 at 11:20 AM, Peter Ujfalusi <peter.ujfalusi@xxxxxx> wrote:

> #define TWL6040_GPO1 0x01
> #define TWL6040_GPO2 0x02
> -#define TWL6040_GPO3 0x03
> +#define TWL6040_GPO3 0x04

Maybe a stupid question but does these register defines really belong in that
header file? Can't you do a separate patch moving them into the driver per
se?

Yours,
Linus Walleij
--
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/