Fix small typo

Remove additional ;

Signed-off-by: Karsten Keil <kkeil@suse.de>
This commit is contained in:
Karsten Keil 2009-01-11 18:36:30 +01:00
parent 21c150a6d2
commit fae3e7fba4
1 changed files with 1 additions and 1 deletions

View File

@ -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 */