Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122598
b: refs/heads/master
c: 047ce8f
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Dec 13, 2008
1 parent dc74b9e commit f7cb971
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 863a76e5881abe276a55c4490607a960790c5b0b
refs/heads/master: 047ce8f207b144eb9be094ce7427d6e11a687010
2 changes: 2 additions & 0 deletions trunk/drivers/isdn/hardware/mISDN/hfcmulti.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ vpm_init(struct hfc_multi *wc)
}
}

#ifdef UNUSED
static void
vpm_check(struct hfc_multi *hctmp)
{
Expand All @@ -798,6 +799,7 @@ vpm_check(struct hfc_multi *hctmp)
if ((gpi2 & 0x3) != 0x3)
printk(KERN_DEBUG "Got interrupt 0x%x from VPM!\n", gpi2);
}
#endif /* UNUSED */


/*
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/isdn/mISDN/dsp_cmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,9 @@ dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members)
static u32 samplecount;
struct timer_list dsp_spl_tl;
u32 dsp_spl_jiffies; /* calculate the next time to fire */
#ifdef UNUSED
static u32 dsp_start_jiffies; /* jiffies at the time, the calculation begins */
#endif /* UNUSED */
static struct timeval dsp_start_tv; /* time at start of calculation */

void
Expand Down

0 comments on commit f7cb971

Please sign in to comment.