Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219677
b: refs/heads/master
c: f22f99e
h: refs/heads/master
i:
  219675: 2cfcf98
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent ba5a9e0 commit 178776c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fd09f900a218c3cb61a2b015b03dcbd6f96b600
refs/heads/master: f22f99e101c078101db200f329c1ebdcf59e0da9
3 changes: 0 additions & 3 deletions trunk/drivers/staging/lirc/lirc_imon.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ static int send_packet(struct imon_context *context)
unsigned int pipe;
int interval = 0;
int retval = 0;
struct usb_ctrlrequest *control_req = NULL;

/* Check if we need to use control or interrupt urb */
pipe = usb_sndintpipe(context->usbdev,
Expand Down Expand Up @@ -355,8 +354,6 @@ static int send_packet(struct imon_context *context)
err("%s: packet tx failed (%d)", __func__, retval);
}

kfree(control_req);

return retval;
}

Expand Down

0 comments on commit 178776c

Please sign in to comment.