diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-29 09:23:20 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-31 07:50:56 +0400 |
commit | b05681b91709a19b40a452f566cc852619b30082 (patch) | |
tree | 7802a9adcf6cb73b534e7f9b197ce7f8c4fcd602 /drivers/virtio | |
parent | eaceba650dea4af61f6f3a4919caa096bb4c2929 (diff) | |
download | linux-b05681b91709a19b40a452f566cc852619b30082.tar.xz |
[media] rc-main: Fix device de-registration logic
rc unregister logic were deadly broken, preventing some drivers to
be removed. Among the broken things, rc_dev_uevent() is being called
during device_del(), causing a data filling on an area that it is
not ready anymore.
Also, some drivers have a stop callback defined, that needs to be called
before data removal, as it stops data polling.
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/virtio')
0 files changed, 0 insertions, 0 deletions