Ver Fonte

isicom: isicom kref leak fix

The isicom driver leaks a kref on the shutdown path. Drop the additional
kref we took

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Alan Cox há 16 anos atrás
pai
commit
bbb8e6bf10
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      drivers/char/isicom.c

+ 1 - 0
drivers/char/isicom.c

@@ -925,6 +925,7 @@ static void isicom_shutdown_port(struct isi_port *port)
 		if (!card->count)
 			isicom_shutdown_board(card);
 	}
+	tty_kref_put(tty);
 }
 
 static void isicom_flush_buffer(struct tty_struct *tty)