diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-12 19:22:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-14 14:38:11 -0200 |
commit | aa929ad783c0762f276c8c810f1c7f00b12dca4a (patch) | |
tree | b8bad4c0868442169e4a1090ba2d3013071e04b3 /drivers/media/usb/em28xx/em28xx-video.c | |
parent | 1fe2e3bff4f862d971207c846e4df61160c0e858 (diff) | |
download | blackbird-op-linux-aa929ad783c0762f276c8c810f1c7f00b12dca4a.tar.gz blackbird-op-linux-aa929ad783c0762f276c8c810f1c7f00b12dca4a.zip |
[media] em28xx: print a message at disconnect
That helps to identify if something fails and explain why em28xx
struct is not freed (if it ever happens).
Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Tested-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-video.c')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-video.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c index 587ff3fe9402..1486d4740973 100644 --- a/drivers/media/usb/em28xx/em28xx-video.c +++ b/drivers/media/usb/em28xx/em28xx-video.c @@ -1894,6 +1894,8 @@ static int em28xx_v4l2_fini(struct em28xx *dev) return 0; } + em28xx_info("Closing video extension"); + v4l2_device_disconnect(&dev->v4l2_dev); em28xx_uninit_usb_xfer(dev, EM28XX_ANALOG_MODE); |