From 45af2075a74ae738646028a44ecaa876f6e4c2dc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 22 Dec 2020 10:42:54 +0200 Subject: Removed deprecated and uneccessary kzfree --- hid-tminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hid-tminit.c') 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){ -- cgit v1.3