commit | 33777e6676ca60652bd48c7867641fb779106909 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Thu May 02 14:18:51 2013 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Aug 05 20:49:22 2013 +0100 |
tree | 71cb59715664940f1f7ba53f4cc7463680efe405 | |
parent | 59bff7fb7a0b461320744a9a9b7bf75b8eeddea8 [diff] |
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>