]> git.karo-electronics.de Git - linux-beck.git/commit
staging: unisys: replace kzalloc/kfree with UISMALLOC/UISFREE
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 19 Mar 2014 23:20:51 +0000 (08:20 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2014 01:53:35 +0000 (01:53 +0000)
commit60140462904825f17766efd4edf996e888846c2d
tree4fc34ec0600f9b3fcfc6867ac09da0b8f09fd1c9
parent120ee599b5bf4273992ef9c6ac2a316cc3630969
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 <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/uisutils.h
drivers/staging/unisys/uislib/uislib.c
drivers/staging/unisys/uislib/uisutils.c