Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197247
b: refs/heads/master
c: a8cb9ad
h: refs/heads/master
i:
  197245: 4a320c9
  197243: 661fcf1
  197239: 6fa91f8
  197231: dfb8e25
  197215: bc8075c
  197183: 6d387a1
  197119: 583b817
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 0e02317 commit 41ddb13
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a7f22a84ba2e5a99b874bf36a772b5d7424cec11
refs/heads/master: a8cb9ad9ad872dc600314c1c8d07c420b3cdefbb
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/drivers/adv_pci1710.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ static int pci171x_ai_cmdtest(struct comedi_device *dev,
struct comedi_cmd *cmd)
{
int err = 0;
int tmp, divisor1 = 0, divisor2 = 0;
int tmp;
unsigned int divisor1 = 0, divisor2 = 0;

DPRINTK("adv_pci1710 EDBG: BGN: pci171x_ai_cmdtest(...)\n");
#ifdef PCI171X_EXTDEBUG
Expand Down

0 comments on commit 41ddb13

Please sign in to comment.