Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228110
b: refs/heads/master
c: f96c377
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent a694a1e commit 519ea34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e08e02faff68d33c938fd0322c0f8318a25ddb39
refs/heads/master: f96c377ead5ed308f0cf18b9156f86fdf207a288
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/usbdux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ static int usbduxsub_probe(struct usb_interface *uinterf,
usbduxsub[index].dux_commands = kzalloc(SIZEOFDUXBUFFER, GFP_KERNEL);
if (!usbduxsub[index].dux_commands) {
dev_err(dev, "comedi_: usbdux: "
"error alloc space for dac commands\n");
"error alloc space for dux commands\n");
tidy_up(&(usbduxsub[index]));
up(&start_stop_sem);
return -ENOMEM;
Expand Down

0 comments on commit 519ea34

Please sign in to comment.