Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260040
b: refs/heads/master
c: 6e882d4
h: refs/heads/master
v: v3
  • Loading branch information
Ravishankar authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent f5f9ca8 commit d1d51b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 7a98161646f98690d845fd599dc840cd7d765aad
refs/heads/master: 6e882d472f2b9fdfa4838317c9b67a64403fef73
10 changes: 5 additions & 5 deletions trunk/drivers/staging/comedi/drivers/rtd520.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Status: Works. Only tested on DM7520-8. Not SMP safe.
Configuration options:
[0] - PCI bus of device (optional)
If bus/slot is not specified, the first available PCI
device will be used.
If bus / slot is not specified, the first available PCI
device will be used.
[1] - PCI slot of device (optional)
*/
/*
Expand Down Expand Up @@ -186,7 +186,7 @@ Configuration options:
| PLX_DEMAND_MODE_BIT)

#define DMA_TRANSFER_BITS (\
/* descriptors in PCI memory*/ PLX_DESC_IN_PCI_BIT \
/* descriptors in PCI memory*/ PLX_DESC_IN_PCI_BIT \
/* interrupt at end of block */ | PLX_INTR_TERM_COUNT \
/* from board to PCI */ | PLX_XFER_LOCAL_TO_PCI)

Expand Down Expand Up @@ -869,7 +869,7 @@ static int rtd_attach(struct comedi_device *dev, struct comedi_devconfig *it)
}

/* Show board configuration */
printk("%s:", dev->board_name);
printk(KERN_INFO "%s:", dev->board_name);

/*
* Allocate the subdevice structures. alloc_subdevice() is a
Expand Down Expand Up @@ -958,7 +958,7 @@ static int rtd_attach(struct comedi_device *dev, struct comedi_devconfig *it)
return ret;
}
dev->irq = devpriv->pci_dev->irq;
printk("( irq=%u )", dev->irq);
printk(KERN_INFO "( irq=%u )", dev->irq);

ret = rtd520_probe_fifo_depth(dev);
if (ret < 0)
Expand Down

0 comments on commit d1d51b1

Please sign in to comment.