aboutsummaryrefslogtreecommitdiff
path: root/hid-tminit.c
diff options
context:
space:
mode:
Diffstat (limited to 'hid-tminit.c')
-rw-r--r--hid-tminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid-tminit.c b/hid-tminit.c
index ba52ea3..b4b7b90 100644
--- a/hid-tminit.c
+++ b/hid-tminit.c
@@ -41,7 +41,7 @@ static void tminit_interrupts(struct hid_device *hdev){
}
- kzfree(send_buf);
+ kfree(send_buf);
}
int tminit(struct hid_device *hdev){