Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343843
b: refs/heads/master
c: 31becf0
h: refs/heads/master
i:
  343841: 25de238
  343839: dcc8595
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 28, 2012
1 parent 226be05 commit 9f4cd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: db61371079f898db856b8c4537c261ba0dbe626f
refs/heads/master: 31becf09caa8d7da2d5e40995782f477433e2cd9
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb-core/dmxdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ static int dvb_dmxdev_pes_filter_set(struct dmxdev *dmxdev,
dvb_dmxdev_filter_stop(dmxdevfilter);
dvb_dmxdev_filter_reset(dmxdevfilter);

if (params->pes_type > DMX_PES_OTHER || params->pes_type < 0)
if ((unsigned)params->pes_type > DMX_PES_OTHER)
return -EINVAL;

dmxdevfilter->type = DMXDEV_TYPE_PES;
Expand Down

0 comments on commit 9f4cd7b

Please sign in to comment.