pinctrl: sirf: atlas7: Initialize GPIO offset
authorThierry Reding <treding@nvidia.com>
Thu, 20 Jul 2017 17:01:07 +0000 (19:01 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:01:02 +0000 (15:01 +0200)
commit556ce55b7352a6634ffc97cece685e8efe7be181
treefb92ef462e8a700fbfaff337cb45588ea76d37dc
parentf5292d06c4f1d0c220d7c9e9c0553cabe5b37d4c
pinctrl: sirf: atlas7: Initialize GPIO offset

The GPIO offset is never initialized, which means that it will end up
being zero as per the devm_kzalloc() of the parent structure.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sirf/pinctrl-atlas7.c