isicom: isicom kref leak fix
authorAlan Cox <[email protected]>
Mon, 6 Apr 2009 16:33:55 +0000 (17:33 +0100)
committerLinus Torvalds <[email protected]>
Mon, 6 Apr 2009 21:36:33 +0000 (14:36 -0700)
The isicom driver leaks a kref on the shutdown path. Drop the additional
kref we took

Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/isicom.c

index 24aa6e88e223d5772649182d878342224749c3c1..a59eac584d1621b3e4824ca3e644d944a31266a6 100644 (file)
@@ -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)