]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36d844e1ab285bf7d124516d9f96be61d1f420eb
tree6970a5694a543ed74ddb545211e39561639aa599
parent01978a8373e0764037f7fefbbfc0d035da2964ab
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