1
0
Fork 0

staging: ozwpan: Remove extra variable.

We should not use extra variable just to copy pointer value,
renaming parameter name serves pupose & removes extra variable.

Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Rupesh Gujare 2013-08-15 12:00:22 +01:00 committed by Greg Kroah-Hartman
parent 3bc0d88243
commit 83db51fe72
1 changed files with 1 additions and 2 deletions

View File

@ -720,9 +720,8 @@ err_put:
* polled. We release the reference we hold on the PD.
* Context: softirq
*/
void oz_hcd_pd_departed(struct oz_port *hport)
void oz_hcd_pd_departed(struct oz_port *port)
{
struct oz_port *port = hport;
struct oz_hcd *ozhcd;
void *hpd;
struct oz_endpoint *ep = NULL;