RDMA/core: avoid uninitialized variable warning in create_udata
authorArnd Bergmann <arnd@arndb.de>
Fri, 10 Nov 2017 22:10:31 +0000 (23:10 +0100)
committerDoug Ledford <dledford@redhat.com>
Mon, 13 Nov 2017 21:11:11 +0000 (16:11 -0500)
commitcb9fd89f91337aaca9c96d265930f22b31462e5e
treeb8d36c73c105b9268826a70c96c08e7c26bda084
parent051276658b86729909fb6e28e1fabab11c109615
RDMA/core: avoid uninitialized variable warning in create_udata

As Dan pointed out, the rework I did makes it harder for smatch and other
static checkers to figure out what is going on with the uninitialized
pointers.

By open-coding the call in create_udata(), we make it more readable for
both humans and tools.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: 12f727721eee ("IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usage")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/uverbs_std_types.c