hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/comedi/drivers/usbduxfast.c
....@@ -62,7 +62,7 @@
6262 #define USBDUXFASTSUB_CPUCS 0xE600
6363
6464 /*
65
- * max lenghth of the transfer-buffer for software upload
65
+ * max length of the transfer-buffer for software upload
6666 */
6767 #define TB_LEN 0x2000
6868
....@@ -1000,6 +1000,8 @@
10001000 kfree(devpriv->duxbuf);
10011001
10021002 mutex_unlock(&devpriv->mut);
1003
+
1004
+ mutex_destroy(&devpriv->mut);
10031005 }
10041006
10051007 static struct comedi_driver usbduxfast_driver = {