Skip to content

Commit

Permalink
staging: comedi: s626: remove the "interrupt call test"
Browse files Browse the repository at this point in the history
This commented out code in s626_ai_insn_read() is just left over
development test code. Remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 28, 2013
1 parent 2281bef commit 77c08db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/comedi/drivers/s626.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,12 +1156,6 @@ static int s626_ai_insn_read(struct comedi_device *dev,
int tmp;
int n;

/* interrupt call test */
/* writel(IRQ_GPIO3,devpriv->mmio+P_PSR); */
/* Writing a logical 1 into any of the RPS_PSR bits causes the
* corresponding interrupt to be generated if enabled
*/

/* Convert application's ADC specification into form
* appropriate for register programming.
*/
Expand Down Expand Up @@ -2586,9 +2580,6 @@ static void s626_initialize(struct comedi_device *dev)

/* Initialize the digital I/O subsystem */
s626_dio_init(dev);

/* enable interrupt test */
/* writel(IRQ_GPIO3 | IRQ_RPS1, devpriv->mmio + P_IER); */
}

static int s626_auto_attach(struct comedi_device *dev,
Expand Down

0 comments on commit 77c08db

Please sign in to comment.