Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354101
b: refs/heads/master
c: 7648e10
h: refs/heads/master
i:
  354099: 78fb118
v: v3
  • Loading branch information
Jake Champlin authored and Greg Kroah-Hartman committed Jan 20, 2013
1 parent 1bc1b16 commit 9cd3c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 74c7c503c792b36ee8943363bac021ec9ed5f9b8
refs/heads/master: 7648e109422b6cd684491c144eeee40e89d19631
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/daqboard2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ static void daqboard2000_pulseProgPin(struct comedi_device *dev)
writel(DAQBOARD2000_SECRProgPinHi, devpriv->plx + 0x6c);
udelay(10000);
writel(DAQBOARD2000_SECRProgPinLo, devpriv->plx + 0x6c);
udelay(10000); /* Not in the original code, but I like symmetry... */
udelay(10000); /* Not in the original code, but I like symmetry... */
}

static int daqboard2000_pollCPLD(struct comedi_device *dev, int mask)
Expand Down

0 comments on commit 9cd3c9e

Please sign in to comment.