Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281362
b: refs/heads/master
c: b6b31e9
h: refs/heads/master
v: v3
  • Loading branch information
Ravishankar karkala Mallikarjunayya authored and Greg Kroah-Hartman committed Dec 14, 2011
1 parent bc249ed commit 2d7d70f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 441ab50f201a99ff3a9a87eada2c8923a9771a8c
refs/heads/master: b6b31e972d3e8c2ef1f117c9116f9333a2bd84e9
5 changes: 3 additions & 2 deletions trunk/drivers/staging/comedi/drivers/dt3000.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ static int dt3k_send_cmd(struct comedi_device *dev, unsigned int cmd)
if ((status & DT3000_COMPLETION_MASK) == DT3000_NOERROR)
return 0;

printk("dt3k_send_cmd() timeout/error status=0x%04x\n", status);
dev_dbg(dev->hw_dev, "dt3k_send_cmd() timeout/error status=0x%04x\n",
status);

return -ETIME;
}
Expand Down Expand Up @@ -452,7 +453,7 @@ static void dt3k_ai_empty_fifo(struct comedi_device *dev,
if (count < 0)
count += AI_FIFO_DEPTH;

printk("reading %d samples\n", count);
dev_dbg(dev->hw_dev, "reading %d samples\n", count);

rear = devpriv->ai_rear;

Expand Down

0 comments on commit 2d7d70f

Please sign in to comment.