Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281382
b: refs/heads/master
c: 6c6c227
h: refs/heads/master
v: v3
  • Loading branch information
Ravishankar karkala Mallikarjunayya authored and Greg Kroah-Hartman committed Dec 14, 2011
1 parent eb80eba commit 47c65f2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d78678dad325b40258b8d38cf90b24e66d1e52e8
refs/heads/master: 6c6c227d2a4cb6d7b8c925d2e9e0333cbfd4cf27
7 changes: 3 additions & 4 deletions trunk/drivers/staging/comedi/drivers/cb_pcidas64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1881,8 +1881,6 @@ static int detach(struct comedi_device *dev)
{
unsigned int i;

printk("comedi%d: cb_pcidas: remove\n", dev->minor);

if (dev->irq)
free_irq(dev->irq, dev);
if (priv(dev)) {
Expand Down Expand Up @@ -2092,7 +2090,8 @@ static int ai_config_calibration_source(struct comedi_device *dev,
else
num_calibration_sources = 8;
if (source >= num_calibration_sources) {
printk("invalid calibration source: %i\n", source);
dev_dbg(dev->hw_dev, "invalid calibration source: %i\n",
source);
return -EINVAL;
}

Expand Down Expand Up @@ -2923,7 +2922,7 @@ static void pio_drain_ai_fifo_16(struct comedi_device *dev)
}

if (num_samples < 0) {
printk(" cb_pcidas64: bug! num_samples < 0\n");
dev_err(dev->hw_dev, "cb_pcidas64: bug! num_samples < 0\n");
break;
}

Expand Down

0 comments on commit 47c65f2

Please sign in to comment.