]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
usb: ohci-nxp: clean up probe error labels
authorJohan Hovold <johan@kernel.org>
Thu, 18 Dec 2025 15:35:19 +0000 (16:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Dec 2025 14:48:46 +0000 (15:48 +0100)
commit8ff242c04157244020888fa234a6b145415d5a65
treef9265af74307facbf281b17cf370d48ee3749320
parentad6fb7367eaa87caa15e9be2129d8e8018a33cba
usb: ohci-nxp: clean up probe error labels

Error labels should be named after what they do rather than after from
where they are jumped to.

Rename the probe error labels for consistency and to improve
readability.

Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Link: https://patch.msgid.link/20251218153519.19453-6-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-nxp.c