mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
[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: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
eac9aa005a
commit
bd5ba3ba2e
@ -937,6 +937,7 @@ static void w9966_term(struct w9966 *cam)
|
||||
parport_unregister_device(cam->pdev);
|
||||
w9966_set_state(cam, W9966_STATE_PDEV, 0);
|
||||
}
|
||||
memset(cam, 0, sizeof(*cam));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user