Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c456a2f3 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Tomi Valkeinen
Browse files

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: default avatarSudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 59921b23
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1761,10 +1761,8 @@ static int ufx_usb_probe(struct usb_interface *interface,
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");