Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196926
b: refs/heads/master
c: 69121fa
h: refs/heads/master
v: v3
  • Loading branch information
Jaakko Niemelä authored and Greg Kroah-Hartman committed May 11, 2010
1 parent cc45376 commit 7661b3e
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: 631c8dec075c16b60c3e0a334c027196b07252b8
refs/heads/master: 69121fa8dc596a574a6c652c1717861eacc8dd8b
10 changes: 5 additions & 5 deletions trunk/drivers/staging/comedi/drivers/adl_pci6208.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Configuration Options:
#include "../comedidev.h"
#include "comedi_pci.h"

#define PCI6208_DRIVER_NAME "adl_pci6208"
#define PCI6208_DRIVER_NAME "adl_pci6208"

/* Board descriptions */
struct pci6208_board {
Expand Down Expand Up @@ -134,10 +134,10 @@ static int pci6208_ao_rinsn(struct comedi_device *dev,
struct comedi_subdevice *s,
struct comedi_insn *insn, unsigned int *data);
/* static int pci6208_dio_insn_bits (struct comedi_device *dev,
* struct comedi_subdevice *s, */
* struct comedi_subdevice *s, */
/* struct comedi_insn *insn,unsigned int *data); */
/* static int pci6208_dio_insn_config(struct comedi_device *dev,
* struct comedi_subdevice *s, */
* struct comedi_subdevice *s, */
/* struct comedi_insn *insn,unsigned int *data); */

/*
Expand Down Expand Up @@ -268,7 +268,7 @@ static int pci6208_ao_rinsn(struct comedi_device *dev,
* This allows packed reading/writing of the DIO channels. The
* comedi core can convert between insn_bits and insn_read/write */
/* static int pci6208_dio_insn_bits(struct comedi_device *dev,
* struct comedi_subdevice *s, */
* struct comedi_subdevice *s, */
/* struct comedi_insn *insn,unsigned int *data) */
/* { */
/* if(insn->n!=2)return -EINVAL; */
Expand All @@ -293,7 +293,7 @@ static int pci6208_ao_rinsn(struct comedi_device *dev,
/* } */

/* static int pci6208_dio_insn_config(struct comedi_device *dev,
* struct comedi_subdevice *s, */
* struct comedi_subdevice *s, */
/* struct comedi_insn *insn,unsigned int *data) */
/* { */
/* int chan=CR_CHAN(insn->chanspec); */
Expand Down

0 comments on commit 7661b3e

Please sign in to comment.