commit | 6e75632ac34d2f63ab586880f7e9747bd9b708a6 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Thu Dec 31 16:21:22 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Jan 06 15:17:42 2016 -0800 |
tree | 2626c5c0eee71cb63dc52f58ddbc28b5dacb543f | |
parent | 43584c1d42acf54464907773b0b8b7596d7b0a29 [diff] |
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>