On Tue, Jul 18, 2017 at 7:43 PM, Krzysztof Kozlowski <k...@kernel.org> wrote:
> Two local variables (shift and reg_con) were initialized to unused > values - they were overwritten just few lines after. Getting rid of > this unused initialization allows dropping other variables and > compacting slightly the code. > > Signed-off-by: Krzysztof Kozlowski <k...@kernel.org> Looks good to me, I expect to get this from you in a pull request. Yours, Linus Walleij