gpio: dwapb_gpio: fix broken dev->node
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Tue, 21 May 2019 20:03:12 +0000 (22:03 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 23 May 2019 22:01:08 +0000 (00:01 +0200)
commit34b1a510e872baa0512562a72069c06c340e88fd
tree7f83996d7013628ce4d040fca0e25c144ae6b326
parent40920bdecc4e1b7096de6f546d7b5c2185554ba6
gpio: dwapb_gpio: fix broken dev->node

commit 1b898ffc040b ("gpio: dwapb_gpio: convert to livetree") introduced
a bug in that dev->node of the gpio chip was accidentally set to the
of_node of its bank subnode.

What it meant to do was assign subdev->node, not dev->node.

While this doesn't affect too many use cases, iterating over the gpio
chip's properties doesn't work any more after that, so fix this.

Fixes: commit 1b898ffc040b ("gpio: dwapb_gpio: convert to livetree")
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
drivers/gpio/dwapb_gpio.c