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:
21c150a
)
Fix small typo
author
Karsten Keil
<kkeil@suse.de>
Sun, 11 Jan 2009 17:36:30 +0000
(18:36 +0100)
committer
Karsten Keil
<kkeil@suse.de>
Sun, 11 Jan 2009 17:36:30 +0000
(18:36 +0100)
Remove additional ;
Signed-off-by: Karsten Keil <kkeil@suse.de>
drivers/isdn/mISDN/dsp_cmx.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/mISDN/dsp_cmx.c
b/drivers/isdn/mISDN/dsp_cmx.c
index b70c66b9d10181431354cafe938caca8a9c57fcf..58c43e429f73229ad6938ce83a9a3e336f4a62b3 100644
(file)
--- a/
drivers/isdn/mISDN/dsp_cmx.c
+++ b/
drivers/isdn/mISDN/dsp_cmx.c
@@
-1579,7
+1579,7
@@
send_packet:
schedule_work(&dsp->workq);
}
-static u32 jittercount; /* counter for jitter check */
;
+static u32 jittercount; /* counter for jitter check */
struct timer_list dsp_spl_tl;
u32 dsp_spl_jiffies; /* calculate the next time to fire */
static u16 dsp_count; /* last sample count */