forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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 = {