]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net/iucv: Use explicit clean up labels in iucv_init()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 24 Nov 2016 16:10:13 +0000 (17:10 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 28 Nov 2016 16:29:04 +0000 (17:29 +0100)
commit9c6bafab03dec222237b6eb8b5adf5c18ec76264
tree1ebe5e806dfb7eb3c75895417e1debaa1bd7836a
parentc8b877a5e58a132c5efb05f0c404585b9789fe5c
net/iucv: Use explicit clean up labels in iucv_init()

Ursula suggested to use explicit labels for clean up in the error path
instead of one `out_free' label, which handles multiple exits, introduced
in commit 38b482929e8f ("net/iucv: Convert to hotplug state machine").

Suggested-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: linux-s390@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: rt@linutronix.de
Cc: "David S. Miller" <davem@davemloft.net>
Link: http://lkml.kernel.org/r/20161124161013.dukr42y2nwscosk6@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
net/iucv/iucv.c