mtd: tests: don't print error messages when out-of-memory
authorBrian Norris <computersforpeace@gmail.com>
Thu, 2 May 2013 21:18:51 +0000 (14:18 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 5 Aug 2013 19:49:22 +0000 (20:49 +0100)
commit33777e6676ca60652bd48c7867641fb779106909
tree71cb59715664940f1f7ba53f4cc7463680efe405
parent59bff7fb7a0b461320744a9a9b7bf75b8eeddea8
mtd: tests: don't print error messages when out-of-memory

These strings are now unnecessary and discouraged in the kernel. The
kernel will have plenty of big scary messages if kmalloc fails. These
now only serve to bloat the module.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/tests/mtd_oobtest.c
drivers/mtd/tests/mtd_pagetest.c
drivers/mtd/tests/mtd_readtest.c
drivers/mtd/tests/mtd_speedtest.c
drivers/mtd/tests/mtd_stresstest.c
drivers/mtd/tests/mtd_subpagetest.c