]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mtd: tests: consolidate kmalloc/memset 0 call to kzalloc
authorNicholas Mc Guire <hofrat@osadl.org>
Thu, 31 Dec 2015 15:21:22 +0000 (16:21 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 6 Jan 2016 23:17:42 +0000 (15:17 -0800)
commit6e75632ac34d2f63ab586880f7e9747bd9b708a6
tree2626c5c0eee71cb63dc52f58ddbc28b5dacb543f
parent43584c1d42acf54464907773b0b8b7596d7b0a29
mtd: tests: consolidate kmalloc/memset 0 call to kzalloc

This is an API consolidation only. The use of kmalloc + memset to 0
is equivalent to kzalloc.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/tests/pagetest.c