Re: [PATCH 22/38] sound: ac97: add missing put_device call

2013-12-19 Thread Takashi Iwai
At Thu, 19 Dec 2013 16:03:33 +0100, Levente Kurusa wrote: > > This is required so that we give up the last reference to the device. > > Signed-off-by: Levente Kurusa Hmm, I see no merit by this patch. It's an error path and the device is referenced from nowhere, thus we don't care its refcount

[PATCH 22/38] sound: ac97: add missing put_device call

2013-12-19 Thread Levente Kurusa
This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa --- sound/pci/ac97/ac97_codec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index bf578ba2..55186f8 100644 --- a/sound/pci/ac97/ac