]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef085e55117e0a4ef540c8316815033c64f044f3
tree71cb59715664940f1f7ba53f4cc7463680efe405
parent36bdf00d18ce411369e24041c62cfc255771ffb2
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