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:

committed by
Tomi Valkeinen

parent
59921b2390
commit
c456a2f30d
@@ -1761,10 +1761,8 @@ error:
|
|||||||
static void ufx_usb_disconnect(struct usb_interface *interface)
|
static void ufx_usb_disconnect(struct usb_interface *interface)
|
||||||
{
|
{
|
||||||
struct ufx_data *dev;
|
struct ufx_data *dev;
|
||||||
struct fb_info *info;
|
|
||||||
|
|
||||||
dev = usb_get_intfdata(interface);
|
dev = usb_get_intfdata(interface);
|
||||||
info = dev->info;
|
|
||||||
|
|
||||||
pr_debug("USB disconnect starting\n");
|
pr_debug("USB disconnect starting\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user