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

Commit d3e72fe7 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (8290): sms1xxx: small cleanup

parent df0462e7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -437,9 +437,10 @@ void smsusb_disconnect(struct usb_interface *intf)
}

static struct usb_device_id smsusb_id_table [] = {
	{ USB_DEVICE(USB_VID_SIANO, 0x0010) },
	{ USB_DEVICE(USB_VID_SIANO, USB_PID_STELLAR) },
	{ USB_DEVICE(USB_VID_SIANO, USB_PID_NOVA_A) },
	{ USB_DEVICE(USB_VID_SIANO, USB_PID_NOVA_B) },
	{ USB_DEVICE(USB_VID_SIANO, USB_PID_VEGA) },
	{ }		/* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, smsusb_id_table);
@@ -464,8 +465,8 @@ int smsusb_register(void)

void smsusb_unregister(void)
{
	printk(KERN_DEBUG "%s\n", __func__);
	/* Regular USB Cleanup */
	usb_deregister(&smsusb_driver);
	printk(KERN_INFO "%s\n", __func__);
}