rds: Fix warning.
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2018 04:53:18 +0000 (20:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jul 2019 07:53:46 +0000 (09:53 +0200)
commit382bc84da904a54ee2842c6babda3efca058b5f3
tree675e4bf61b52e74cbede3b4cd68b1549d55babed
parent7e6af1fa80b8a83203da97196ce240cba68235f7
rds: Fix warning.

[ Upstream commit d84e7bc0595a7e146ad0ddb80b240cea77825245 ]

>> net/rds/send.c:1109:42: warning: Using plain integer as NULL pointer

Fixes: ea010070d0a7 ("net/rds: fix warn in rds_message_alloc_sgs")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/rds/send.c