diff options
author | Alan <gnomes@lxorguk.ukuu.org.uk> | 2015-02-20 00:11:13 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-07 01:11:32 +0300 |
commit | 2a2483685a9decd0af60f1dc9e49f46f9e65891b (patch) | |
tree | e0a309ddb089835e2d78e6af0db17d18f1f86bed /drivers/tty/goldfish.c | |
parent | d38712a7e2773ed4bc4f694cfa7bcbee4f804675 (diff) | |
download | linux-2a2483685a9decd0af60f1dc9e49f46f9e65891b.tar.xz |
goldfish: remove unreachable line of code
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty/goldfish.c')
-rw-r--r-- | drivers/tty/goldfish.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/goldfish.c b/drivers/tty/goldfish.c index 09495f515fa9..e423550c3516 100644 --- a/drivers/tty/goldfish.c +++ b/drivers/tty/goldfish.c @@ -293,7 +293,6 @@ static int goldfish_tty_probe(struct platform_device *pdev) mutex_unlock(&goldfish_tty_lock); return 0; - tty_unregister_device(goldfish_tty_driver, i); err_tty_register_device_failed: free_irq(irq, pdev); err_request_irq_failed: |