mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 22:23:18 +00:00
Staging: octeon-hcd: removed dummy label
This is a patch to the octeon-hcd.c file that fixes removes dummy label i.e. label followed by return of void function Signed-off-by: Nitin Kuppelur <nitinkuppelur@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
93a9f05ac6
commit
15ef0cc124
@ -2253,7 +2253,7 @@ static void __cvmx_usb_perform_complete(
|
||||
/* Increment to the next location in our packet array */
|
||||
transaction->iso_packets++;
|
||||
transaction->stage = CVMX_USB_STAGE_NON_CONTROL;
|
||||
goto done;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@ -2266,8 +2266,6 @@ static void __cvmx_usb_perform_complete(
|
||||
transaction->actual_bytes,
|
||||
transaction->urb);
|
||||
kfree(transaction);
|
||||
done:
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user