pinctrl: samsung: Remove unneeded local variable initialization
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jul 2017 17:43:28 +0000 (19:43 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 24 Jul 2017 04:56:02 +0000 (06:56 +0200)
commitbbed85f45b2b727bb776b914b84c67e8fd825433
tree633eab87f1b9a467c562a2b46d8b3b0bf433cbcb
parent12cdd5790fe342bf223cbfc13f9929201fbe22db
pinctrl: samsung: Remove unneeded local variable initialization

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 <krzk@kernel.org>
drivers/pinctrl/samsung/pinctrl-exynos.c