OSDN Git Service

kernel/module: Delete an error message for a failed memory allocation in add_module_u...
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 6 Oct 2017 14:27:26 +0000 (16:27 +0200)
committerJessica Yu <jeyu@kernel.org>
Thu, 19 Oct 2017 11:06:13 +0000 (13:06 +0200)
commit9ad0457423af877ad1b76c105a57130da028ccad
tree74060e927c43c1fc86ad447ead6de766b1f21776
parent33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9
kernel/module: Delete an error message for a failed memory allocation in add_module_usage()

Omit an extra message for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c