Commit c2c9036545dd0b8b782554cc9c001288c0a7d5a6

Authored by Peter Senna Tschudin
Committed by Mauro Carvalho Chehab
1 parent 150a136368

[media] drivers/media/dvb-core/dvb_demux.c: removes unnecessary semicolon

removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff

drivers/media/dvb-core/dvb_demux.c
... ... @@ -424,12 +424,12 @@
424 424 printk(KERN_INFO "TS speed %llu Kbits/sec \n",
425 425 div64_u64(speed_bytes,
426 426 speed_timedelta));
427   - };
  427 + }
428 428  
429 429 demux->speed_last_time = cur_time;
430 430 demux->speed_pkts_cnt = 0;
431   - };
432   - };
  431 + }
  432 + }
433 433  
434 434 if (buf[1] & 0x80) {
435 435 dprintk_tscheck("TEI detected. "
436 436  
... ... @@ -451,9 +451,9 @@
451 451 buf[3] & 0xf);
452 452  
453 453 demux->cnt_storage[pid] = ((buf[3] & 0xf) + 1)&0xf;
454   - };
  454 + }
455 455 /* end check */
456   - };
  456 + }
457 457  
458 458 list_for_each_entry(feed, &demux->feed_list, list_head) {
459 459 if ((feed->pid != pid) && (feed->pid != 0x2000))