commit | 96dd6de3d058a454a5bc4ce2f561a053dd90bfae | [log] [tgz] |
---|---|---|
author | Darren Jenkins <darrenrjenkins@gmail.com> | Thu Feb 11 08:07:53 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Feb 26 15:10:58 2010 -0300 |
tree | e8f82d9a4febc12102705d3572480eb77a686004 | |
parent | 8ef4c21130832cb51d5a5940ad3d4b7140720218 [diff] |
V4L/DVB: drivers/media/radio/si470x/radio-si470x-usb.c fix use after free In si470x_usb_driver_disconnect() radio->disconnect_lock is accessed after it is freed. This fixes the problem. Coverity CID: 2530 Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>