]> git.baikalelectronics.ru Git - kernel.git/commit
target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop_issue_tmr()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 11 Dec 2017 09:56:42 +0000 (10:56 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 12 Jan 2018 23:07:24 +0000 (15:07 -0800)
commit0ad6426547034d7a24b00595102f3862412e9b3b
tree9830af972842a0ba0e40f148d6fc8ecc780b6912
parent36eadb1127b55c8965f8384589ba041d1dc4608c
target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop_issue_tmr()

The variables "se_cmd" and "tl_cmd" will eventually be set to appropriate
pointers a bit later.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/loopback/tcm_loop.c