binfmt_flat: delete two error messages for a failed memory allocation in decompress_e...
authorMarkus Elfring <[email protected]>
Fri, 8 Sep 2017 23:16:14 +0000 (16:16 -0700)
committerLinus Torvalds <[email protected]>
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/[email protected]
Signed-off-by: Markus Elfring <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/binfmt_flat.c