projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d323be
)
Staging: comedi: adv_pci1710: A line style issue fixed
author
Sam Asadi
<
[email protected]
>
Sun, 20 Jul 2014 14:06:20 +0000
(17:06 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 21 Jul 2014 21:53:44 +0000
(14:53 -0700)
A 'line over 80 characters' fixed by removing over-lined comment
to previous line.
Signed-off-by: Sam Asadi <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/drivers/adv_pci1710.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/adv_pci1710.c
b/drivers/staging/comedi/drivers/adv_pci1710.c
index b4b8f85576bb97b4a4241e4f889f0f7f9bf3566b..887aa7e22e3f2ad670ebbd660515c4b9a26a0431 100644
(file)
--- a/
drivers/staging/comedi/drivers/adv_pci1710.c
+++ b/
drivers/staging/comedi/drivers/adv_pci1710.c
@@
-1051,7
+1051,8
@@
static int pci171x_reset(struct comedi_device *dev)
outw(0x30, dev->iobase + PCI171x_CNTCTRL);
/* Software trigger, CNT0=external */
devpriv->CntrlReg = Control_SW | Control_CNT0;
- outw(devpriv->CntrlReg, dev->iobase + PCI171x_CONTROL); /* reset any operations */
+ /* reset any operations */
+ outw(devpriv->CntrlReg, dev->iobase + PCI171x_CONTROL);
outb(0, dev->iobase + PCI171x_CLRFIFO); /* clear FIFO */
outb(0, dev->iobase + PCI171x_CLRINT); /* clear INT request */
pci171x_start_pacer(dev, false);