]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2bf79e9cfe7ec564821be8d4acc445d3f16443b
tree94d7fed85ad3473478ac32296772a5712a442780
parent2fc8d225db1cd46d5301fb0bf21b180c3c39e2f1
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