commit | bbed85f45b2b727bb776b914b84c67e8fd825433 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Tue Jul 18 19:43:28 2017 +0200 |
committer | Krzysztof Kozlowski <krzk@kernel.org> | Mon Jul 24 06:56:02 2017 +0200 |
tree | 633eab87f1b9a467c562a2b46d8b3b0bf433cbcb | |
parent | 12cdd5790fe342bf223cbfc13f9929201fbe22db [diff] |
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>