From 60140462904825f17766efd4edf996e888846c2d Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Thu, 20 Mar 2014 08:20:51 +0900 Subject: [PATCH] staging: unisys: replace kzalloc/kfree with UISMALLOC/UISFREE It doesn't need to trace status of buffer when buffers are allocated/deallocated. So stuff of tracing memory status are removed. And also UISMALLOC/UISFREE macro are removed completetly. just use kzalloc/kfree. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed