]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 May 2014 10:17:27 +0000 (12:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:33:12 +0000 (15:33 -0700)
commitd8ea69e28d72f85caa5dcce0db5b62ae468f2c5a
treedbdfcd4351abddff9dd8e5a5fd0aa81f04b9e20c
parent88bf6b3f2542bbe20168e84b1196792c2fab08c9
usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()

In preparation to the introduction of additional initialization steps
in ehci_orion_drv_probe(), we rename the error goto labels from err1,
err2 and err3 names to some more meaningful names.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-orion.c