]> git.karo-electronics.de Git - karo-tx-linux.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)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 29 May 2013 13:50:04 +0000 (16:50 +0300)
commit449e74c867be28b4965a27d46dbbbc3b5b8f521a
tree91d9be687a874cedc997d692c0aa2bb0ce1d2203
parentf97f4c6e22dd75c8b93047e0ab73def22f320d35
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>
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