binfmt_flat: delete two error messages for a failed memory allocation in decompress_e...
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 8 Sep 2017 23:16:14 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:50 +0000 (18:26 -0700)
commit9367bb730e4d9d85a8911a08a3542ec2aa873d37
tree16f118f6cccfbf7af82b6879c9cf5a5088bfe02b
parent0547fa5851c921eb1f64286f6b2ae7ab5df24e6e
binfmt_flat: delete two error messages for a failed memory allocation in decompress_exec()

Omit extra messages for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Link: http://lkml.kernel.org/r/f92aac79-b05e-321a-1a19-d38c7159ee9c@users.sourceforge.net
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_flat.c