Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337715
b: refs/heads/master
c: e45244b
h: refs/heads/master
i:
  337713: 060d49c
  337711: 3a78d47
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 99e1e06 commit 6618f39
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: 9e4edd5794c94463bc0dfb0552cf6bba11b19bcc
refs/heads/master: e45244b73f09b2b13044603c6647d14b15e692f2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/comedi_fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ unsigned int cfc_write_array_to_buffer(struct comedi_subdevice *subd,

retval = comedi_buf_write_alloc(async, num_bytes);
if (retval != num_bytes) {
printk(KERN_WARNING "comedi: buffer overrun\n");
dev_warn(subd->device->class_dev, "comedi: buffer overrun\n");
async->events |= COMEDI_CB_OVERFLOW;
return 0;
}
Expand Down

0 comments on commit 6618f39

Please sign in to comment.