提交 bd5ba3ba 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] w9966: zero device state after a detach

After a detach zero the whole device state to ensure a clean slate
on the next attach.
Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 eac9aa00
...@@ -937,6 +937,7 @@ static void w9966_term(struct w9966 *cam) ...@@ -937,6 +937,7 @@ static void w9966_term(struct w9966 *cam)
parport_unregister_device(cam->pdev); parport_unregister_device(cam->pdev);
w9966_set_state(cam, W9966_STATE_PDEV, 0); w9966_set_state(cam, W9966_STATE_PDEV, 0);
} }
memset(cam, 0, sizeof(*cam));
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册