tty: nozomi: Fix the error handling path of 'nozomi_card_init()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 25 May 2021 18:51:57 +0000 (20:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:56:39 +0000 (16:56 +0200)
commit58279b341b9422d73bee1b10a7fa7f4dca006142
treeee5bc9f89a4f7093be09c41cef5b8607654a9c88
parent28c947b07263f3bcb018656c41edbebc8d705446
tty: nozomi: Fix the error handling path of 'nozomi_card_init()'

[ Upstream commit 6ae7d0f5a92b9619f6e3c307ce56b2cefff3f0e9 ]

The error handling path is broken and we may un-register things that have
never been registered.

Update the loops index accordingly.

Fixes: 9842c38e9176 ("kfifo: fix warn_unused_result")
Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/e28c2e92c7475da25b03d022ea2d6dcf1ba807a2.1621968629.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/tty/nozomi.c