usbduxsigma: Remove conditional code that calls sema_init
authorIan Abbott <abbotti@mev.co.uk>
Mon, 26 Sep 2011 09:29:35 +0000 (10:29 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 26 Sep 2011 09:29:35 +0000 (10:29 +0100)
Bernd says the removed code was needed for Ubuntu 10.04 LTS kernel, but
it's better to remove it and solve any problems for that kernel another
way.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
comedi/drivers/usbduxsigma.c

index 09339d036dba3f1d8bff2f14289c550c22a210c2..10ee5c060a555b25707644d9a5ed3e416780671c 100644 (file)
@@ -2378,11 +2378,7 @@ static int usbduxsigma_probe(struct usb_interface *uinterf,
        dev_dbg(dev, "comedi_: usbdux: "
                "usbduxsub[%d] is ready to connect to comedi.\n", index);
 
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,33)
-       sema_init(&(usbduxsub[index].sem), 1);
-#else
        mutex_init(&(usbduxsub[index].sem));
-#endif
 
        /* save a pointer to the usb device */
        usbduxsub[index].usbdev = udev;