Re: [PATCH] MIPS: TXx9: Add missing iounmap

2018-03-05 Thread James Hogan
On Thu, Nov 23, 2017 at 10:49:55PM +0100, Vasyl Gomonovych wrote: > Add the missing iounmap() before put_device and > return from txx9_sramc_init(). > > Signed-off-by: Vasyl Gomonovych > --- > arch/mips/txx9/generic/setup.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/mips/tx

[PATCH] MIPS: TXx9: Add missing iounmap

2017-11-23 Thread Vasyl Gomonovych
Add the missing iounmap() before put_device and return from txx9_sramc_init(). Signed-off-by: Vasyl Gomonovych --- arch/mips/txx9/generic/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 1791a44ee570..6ef5edb85d68