]> git.baikalelectronics.ru Git - kernel.git/commit
IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 27 Jan 2018 16:55:13 +0000 (17:55 +0100)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 28 Jan 2018 21:07:16 +0000 (14:07 -0700)
commitfaa663af460032606ea117508ed5b970c835c49e
tree4e74210e1a67e0a0c9b8be06f4d791d4f61738fa
parenta826932e4355013973885a762fe5beee639556dd
IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()

The variable "tx_desc" will be set to an appropriate pointer a bit later.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/iser/iser_initiator.c