Skip to content
Commit 236c9bfa authored by Changbing Xiong's avatar Changbing Xiong Committed by Mauro Carvalho Chehab
Browse files

[media] media: correct return value in dvb_demux_poll



Data type of return value is unsigned int, but in function of dvb_demux_poll,
when the pointer of dmxdevfilter equals NULL, it will return -EINVAL, which
is invalid.

Signed-off-by: default avatarChangbing Xiong <cb.xiong@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 7a0af6ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment