commit | d8ea69e28d72f85caa5dcce0db5b62ae468f2c5a | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu May 15 12:17:27 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 27 15:33:12 2014 -0700 |
tree | dbdfcd4351abddff9dd8e5a5fd0aa81f04b9e20c | |
parent | 88bf6b3f2542bbe20168e84b1196792c2fab08c9 [diff] |
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>