]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vme: vme_user: Fix some error handling paths in 'vme_user_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 13 Mar 2018 21:01:13 +0000 (22:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 14:55:21 +0000 (15:55 +0100)
commit87213ac28e5cf0eec5dac8179c18e33b099e18b7
tree490f67c4f637821addc103a16a6c30ddf15b5eb5
parent1fd82f48325c609ba2b6ca0a4ede4ec7c0e17312
staging: vme: vme_user: Fix some error handling paths in 'vme_user_probe()'

2 gotos in error handling paths branch to the wrong label.
Fix it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme/devices/vme_user.c