提交 639544d7 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (13878): dvb_frontend: Print dump on get after filling the data

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 64677573
...@@ -1199,8 +1199,6 @@ static int dtv_property_process_get(struct dvb_frontend *fe, ...@@ -1199,8 +1199,6 @@ static int dtv_property_process_get(struct dvb_frontend *fe,
{ {
int r = 0; int r = 0;
dtv_property_dump(tvp);
/* Allow the frontend to validate incoming properties */ /* Allow the frontend to validate incoming properties */
if (fe->ops.get_property) if (fe->ops.get_property)
r = fe->ops.get_property(fe, tvp); r = fe->ops.get_property(fe, tvp);
...@@ -1323,6 +1321,8 @@ static int dtv_property_process_get(struct dvb_frontend *fe, ...@@ -1323,6 +1321,8 @@ static int dtv_property_process_get(struct dvb_frontend *fe,
r = -1; r = -1;
} }
dtv_property_dump(tvp);
return r; return r;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册