Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9a114e7 authored by Sarah Khan's avatar Sarah Khan Committed by Greg Kroah-Hartman
Browse files

staging: octeon-usb: Removed unnessecary else after return



WARNING: else is generally not useful after return or break
checkpatch.pl warning in octeon-hcd.c

Signed-off-by: default avatarSarah Khan <sarahjmi07@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c65cfb5e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -640,7 +640,6 @@ static inline int __cvmx_usb_get_data_pid(struct cvmx_usb_pipe *pipe)
{
	if (pipe->pid_toggle)
		return 2; /* Data1 */
	else
	return 0; /* Data0 */
}