提交 f22f99e1 编写于 作者: D Dan Carpenter 提交者: Greg Kroah-Hartman

Staging: lirc: remove unneeded variable

We never use control_req so I removed it.
Signed-off-by: NDan Carpenter <error27@gmail.com>
Acked-by: NJarod Wilson <jarod@redhat.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 4fd09f90
...@@ -320,7 +320,6 @@ static int send_packet(struct imon_context *context) ...@@ -320,7 +320,6 @@ static int send_packet(struct imon_context *context)
unsigned int pipe; unsigned int pipe;
int interval = 0; int interval = 0;
int retval = 0; int retval = 0;
struct usb_ctrlrequest *control_req = NULL;
/* Check if we need to use control or interrupt urb */ /* Check if we need to use control or interrupt urb */
pipe = usb_sndintpipe(context->usbdev, pipe = usb_sndintpipe(context->usbdev,
...@@ -355,8 +354,6 @@ static int send_packet(struct imon_context *context) ...@@ -355,8 +354,6 @@ static int send_packet(struct imon_context *context)
err("%s: packet tx failed (%d)", __func__, retval); err("%s: packet tx failed (%d)", __func__, retval);
} }
kfree(control_req);
return retval; return retval;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册