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>
Loading
Please sign in to comment
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>