]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: hdlc_x25: remove unnecessary out of memory message
authorPeng Li <lipeng321@huawei.com>
Fri, 4 Jun 2021 07:32:08 +0000 (15:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jun 2021 21:34:17 +0000 (14:34 -0700)
commit579ebffe797368b47b7e677fba2ecfc108ae154b
tree10fed7674a6cc3fbc9803ce50338c3c646412ddd
parent1c906e369815c9f35628c492a13e33e6ccbe0e4b
net: hdlc_x25: 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_x25.c