提交 6582af4c 编写于 作者: M Mauro Carvalho Chehab

[media] em28xx: Fix usb diconnect logic

Now that everything is extension, the usb disconnect logic should
be the same.

While here, fix the device name.
Reviewed-by: NFrank Schäfer <fschaefer.oss@googlemail.com>
Tested-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 aa929ad7
...@@ -3379,12 +3379,7 @@ static void em28xx_usb_disconnect(struct usb_interface *interface) ...@@ -3379,12 +3379,7 @@ static void em28xx_usb_disconnect(struct usb_interface *interface)
dev->disconnected = 1; dev->disconnected = 1;
if (dev->is_audio_only) { em28xx_info("Disconnecting %s\n", dev->name);
em28xx_close_extension(dev);
return;
}
em28xx_info("disconnecting %s\n", dev->vdev->name);
flush_request_modules(dev); flush_request_modules(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册