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:
9cf7aa6
)
Staging: comedi: adv_pci1710: an issue in code style fixed
author
Sam Asadi
<
[email protected]
>
Sun, 20 Jul 2014 14:06:24 +0000
(17:06 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 21 Jul 2014 21:53:44 +0000
(14:53 -0700)
An issue in 'line over 80 characters' fixed by removing over-lined
comment to the 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 6bd50159fbdc2974ed05a64bb4fac0a44f51af0a..e19ab958791b1c7afd4602c6a6a2f55a951212ae 100644
(file)
--- a/
drivers/staging/comedi/drivers/adv_pci1710.c
+++ b/
drivers/staging/comedi/drivers/adv_pci1710.c
@@
-1083,7
+1083,8
@@
static int pci1720_reset(struct comedi_device *dev)
/* set synchronous output mode */
outb(Syncont_SC0, dev->iobase + PCI1720_SYNCONT);
devpriv->da_ranges = 0xAA;
- outb(devpriv->da_ranges, dev->iobase + PCI1720_RANGE); /* set all ranges to +/-5V */
+ /* set all ranges to +/-5V */
+ outb(devpriv->da_ranges, dev->iobase + PCI1720_RANGE);
outw(0x0800, dev->iobase + PCI1720_DA0); /* set outputs to 0V */
outw(0x0800, dev->iobase + PCI1720_DA1);
outw(0x0800, dev->iobase + PCI1720_DA2);