OSDN Git Service

Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit
authorQuentin Lambert <lambert.quentin@gmail.com>
Wed, 11 Mar 2015 14:21:59 +0000 (15:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Mar 2015 10:12:28 +0000 (11:12 +0100)
commit9f9de64c09ab0224fa945ed5250d62c157fc7a65
treebb61cc738ccde05bbbbf3ca4109e2add393d1cd7
parent1f2e089f68a931c22d8132b1284478cfa2357fc9
Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit

This function is called on the previous and the next failure branches.
This patch adds the call on the branch where it seems to be missing.

Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c