Re: [PATCH 2/6] HSI: omap_ssi: fix module unloading

2016-05-02 Thread Pavel Machek
On Sat 2016-04-30 04:09:09, Sebastian Reichel wrote: > Removal of ssi controller debugfs directory must > happen after the clients have been removed from > it. > > Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) h

[PATCH 2/6] HSI: omap_ssi: fix module unloading

2016-04-29 Thread Sebastian Reichel
Removal of ssi controller debugfs directory must happen after the clients have been removed from it. Signed-off-by: Sebastian Reichel --- drivers/hsi/controllers/omap_ssi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi