]> 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)
commite3c4ab82990eb4bf5113eb02ca473c925b76e540
tree94d7fed85ad3473478ac32296772a5712a442780
parentd5f6d47f0f9117fa2c3985c234e8bf4beaf2b91f
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