Re: [PATCH] gpio: raspberrypi-exp: decrease refcount on firmware dt node

2018-12-15 Thread Linus Walleij
On Mon, Dec 10, 2018 at 5:50 PM Nicolas Saenz Julienne wrote: > We're getting a reference RPi's firmware node in order to be able to > communicate with it's driver. We should decrease the reference count on > the dt node after being done with it. > > Fixes: a98d90e7d588 ("gpio: raspberrypi-exp: D

[PATCH] gpio: raspberrypi-exp: decrease refcount on firmware dt node

2018-12-10 Thread Nicolas Saenz Julienne
We're getting a reference RPi's firmware node in order to be able to communicate with it's driver. We should decrease the reference count on the dt node after being done with it. Fixes: a98d90e7d588 ("gpio: raspberrypi-exp: Driver for RPi3 GPIO expander via mailbox service") Signed-off-by: Nicola