staging: comedi: usbduxsigma: remove an extra ';'
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e0b12e6e9a
commit
5f1d72ecfb
1 changed files with 1 additions and 1 deletions
|
@ -1852,7 +1852,7 @@ static struct comedi_driver usbduxsigma_driver = {
|
||||||
static int usbduxsigma_usb_probe(struct usb_interface *intf,
|
static int usbduxsigma_usb_probe(struct usb_interface *intf,
|
||||||
const struct usb_device_id *id)
|
const struct usb_device_id *id)
|
||||||
{
|
{
|
||||||
return comedi_usb_auto_config(intf, &usbduxsigma_driver, 0);;
|
return comedi_usb_auto_config(intf, &usbduxsigma_driver, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct usb_device_id usbduxsigma_usb_table[] = {
|
static const struct usb_device_id usbduxsigma_usb_table[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue