Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d323be9 authored by Sam Asadi's avatar Sam Asadi Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: adv_pci1710: a line over 80 issue fixed



By removing a comment to previous line, 'line over 80' issue
fixed.

Signed-off-by: default avatarSam Asadi <asadi.samuel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bf7e4b0c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1049,7 +1049,8 @@ static int pci171x_reset(struct comedi_device *dev)
	struct pci1710_private *devpriv = dev->private;

	outw(0x30, dev->iobase + PCI171x_CNTCTRL);
	devpriv->CntrlReg = Control_SW | Control_CNT0;	/*  Software trigger, CNT0=external */
	/* Software trigger, CNT0=external */
	devpriv->CntrlReg = Control_SW | Control_CNT0;
	outw(devpriv->CntrlReg, dev->iobase + PCI171x_CONTROL);	/*  reset any operations */
	outb(0, dev->iobase + PCI171x_CLRFIFO);	/*  clear FIFO */
	outb(0, dev->iobase + PCI171x_CLRINT);	/*  clear INT request */