]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB hub_probe: rework ugly goto-into-compound-statement
authorEugene Korenevsky <ekorenevsky@gmail.com>
Sun, 25 Jun 2017 08:08:14 +0000 (11:08 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2017 12:49:06 +0000 (14:49 +0200)
commitc94dc34f771a25b8c3e0955147fdc4f5e3d79908
tree0e00bb47c22f02d7b8bf02aad329ee555b02eb93
parentaf06d0094fa7fc2613294d409128671856c5471d
USB hub_probe: rework ugly goto-into-compound-statement

Rework smelling code (goto inside compound statement). Perhaps this is
legacy. Anyway such code is not appropriate for Linux kernel.

Signed-off-by: Eugene Korenevsky <ekorenevsky@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c