commit | bc624a06f0c5190bc37fec7d22cd82b43a579698 | [log] [tgz] |
---|---|---|
author | David Jander <david@protonic.nl> | Tue Aug 27 06:46:28 2019 +0000 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Aug 28 12:55:24 2019 +0200 |
tree | 43a60ab0411b90831043d799bd24be89b476a683 | |
parent | a55aa89aab90fae7c815b0551b07be37db359d76 [diff] |
gpio: pca953x: correct type of reg_direction The type of reg_direction needs to match the type of the regmap, which is u8. Fixes: 0f25fda840a9 ("gpio: pca953x: Zap ad-hoc reg_direction cache") Cc: Cc: <stable@vger.kernel.org> Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>