OSDN Git Service

Staging: rtlwifi: Remove unnecessary 'out of memory' message.
authorShreeya Patel <shreeya.patel23498@gmail.com>
Mon, 11 Sep 2017 17:51:06 +0000 (23:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:27 +0000 (16:35 +0200)
commit596e0559d61a0bf7c01113280cdf7525a35f1090
tree6970a5694a543ed74ddb545211e39561639aa599
parentd2f826d3c49aae17caba12e6952d67221eb5e1d3
Staging: rtlwifi: Remove unnecessary 'out of memory' message.

Logging messages that show some type of "out of memory" error
are generally unnecessary as there is a generic message and
a stack dump done by the memory subsystem.

These messages generally increase kernel size without much
added value.

Problem found by checkpatch.

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/rc.c