staging: unisys: visorchannel_clear(): No need to use vmalloc here
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 5 May 2015 22:36:29 +0000 (18:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:26:03 +0000 (15:26 +0200)
commitc37df5f0a0e31b1609fd931f8605f4b675d504d3
tree27c12b9cc31feb8f212e684d922544722db37a94
parent1dbdf10471cec85f8ea036d609097552eb0ac441
staging: unisys: visorchannel_clear(): No need to use vmalloc here

Using a page is sufficient, and avoids the cost of vmalloc/vfree

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchannel.c