Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222843
b: refs/heads/master
c: 6183826
h: refs/heads/master
i:
  222841: 424ea6b
  222839: 4c8997d
v: v3
  • Loading branch information
Nicolas Kaiser authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 66b7881 commit 625ed29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ebba26f4a8d0c137a2d365b6bded2a0d7fcd1d06
refs/heads/master: 61838261edaf621d1e8ee4ea9d7c052f7d783ca4
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/usbdux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,8 +2295,8 @@ static void tidy_up(struct usbduxsub *usbduxsub_tmp)
usbduxsub_tmp->inBuffer = NULL;
kfree(usbduxsub_tmp->insnBuffer);
usbduxsub_tmp->insnBuffer = NULL;
kfree(usbduxsub_tmp->inBuffer);
usbduxsub_tmp->inBuffer = NULL;
kfree(usbduxsub_tmp->outBuffer);
usbduxsub_tmp->outBuffer = NULL;
kfree(usbduxsub_tmp->dac_commands);
usbduxsub_tmp->dac_commands = NULL;
kfree(usbduxsub_tmp->dux_commands);
Expand Down

0 comments on commit 625ed29

Please sign in to comment.