video: smscufx: remove unused variable

The variable was only assigned with the pointer but was never used.
We can safely remove it.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Sudip Mukherjee 2016-05-25 17:49:48 +05:30 committed by Tomi Valkeinen
parent 59921b2390
commit c456a2f30d

View file

@ -1761,10 +1761,8 @@ error:
static void ufx_usb_disconnect(struct usb_interface *interface)
{
struct ufx_data *dev;
struct fb_info *info;
dev = usb_get_intfdata(interface);
info = dev->info;
pr_debug("USB disconnect starting\n");