]> git.baikalelectronics.ru Git - kernel.git/commit
net: hdlc_ppp: remove unnecessary out of memory message
authorPeng Li <lipeng321@huawei.com>
Thu, 17 Jun 2021 14:03:18 +0000 (22:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:08:46 +0000 (12:08 -0700)
commit420a70d63b4b2b9cf6325cda1ee1caa33a08af39
tree63d432eab3b8094ed9983e79129cc5245e164247
parent358b9d14c5ac2eb29991a66d3e4468e8bb0bbc62
net: hdlc_ppp: remove unnecessary out of memory message

This patch removes unnecessary out of memory message,
to fix the following checkpatch.pl warning:
"WARNING: Possible unnecessary 'out of memory' message"

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hdlc_ppp.c