On Tue, Jan 28, 2014 at 2:32 AM, Markus Mayer <[email protected]> wrote:
> This patch removes some inconsistencies caused by the use of "int gpio" > in some parts of the code and "unsigned gpio" in others. > > Signed-off-by: Markus Mayer <[email protected]> > Reviewed-by: Tim Kryger <[email protected]> Patch applied, nice for static syntax checkers. But the variable should probably be renamed from "gpio" to "offset" since it's a local offset number on this very GPIO block, not the global GPIO numberspace. No big deal though. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

