On Thu, Mar 12, 2015 at 11:09 AM, Geert Uytterhoeven
<[email protected]> wrote:

> As register and field widths and offsets are in the range 1..32, use
> unsigned int (mostly replacing unsigned long) to store them in local
> variables and for passing them around.
>
> Move to one variable per line, move variables to the beginning of the
> block where they are used, and drop superfluous initializations while we
> are at it.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Acked-by: Laurent Pinchart <[email protected]>
> ---
> v3:
>   - Remove superfluous initializations of local variables,
>   - Add Acked-by,

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to