habanalabs: don't declare tmp twice in same function
authorOded Gabbay <ogabbay@kernel.org>
Mon, 4 Jul 2022 08:51:55 +0000 (11:51 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Tue, 12 Jul 2022 06:09:29 +0000 (09:09 +0300)
commitf2d9ec872c5db258ba8998b6b4c17866fca95ada
tree94d7fed85ad3473478ac32296772a5712a442780
parentcc81c0f3b03e2830665975419893d3a0445fca85
habanalabs: don't declare tmp twice in same function

tmp is declared in the scope of the function cs_do_release() and
inside a block inside that function.

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/command_submission.c