Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337341
b: refs/heads/master
c: 1bbffe7
h: refs/heads/master
i:
  337339: 75e8e4b
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Oct 26, 2012
1 parent 68d8ed4 commit 3d3dcd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 1481c5f1083ac11f83beb75bfa8eb3ae44b4dbc3
refs/heads/master: 1bbffe726e00f1f79ba1b8cf0cbd78223c995c0f
8 changes: 4 additions & 4 deletions trunk/drivers/staging/comedi/drivers/usbduxfast.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,8 @@ static void usbduxfastsub_ai_Irq(struct urb *urb)
return;

default:
printk("comedi%d: usbduxfast: non-zero urb status received in "
"ai intr context: %d\n",
udfs->comedidev->minor, urb->status);
pr_err("non-zero urb status received in ai intr context: %d\n",
urb->status);
s->async->events |= COMEDI_CB_EOA;
s->async->events |= COMEDI_CB_ERROR;
comedi_event(udfs->comedidev, s);
Expand Down Expand Up @@ -454,7 +453,8 @@ static int usbduxfastsub_start(struct usbduxfastsub_s *udfs)
1, /* Length */
EZTIMEOUT); /* Timeout */
if (ret < 0) {
printk("comedi_: usbduxfast_: control msg failed (start)\n");
dev_err(&udfs->interface->dev,
"control msg failed (start)\n");
return ret;
}

Expand Down

0 comments on commit 3d3dcd2

Please sign in to comment.