]> git.baikalelectronics.ru Git - kernel.git/commit
habanalabs: make sure variable is set before used
authorOded Gabbay <ogabbay@kernel.org>
Mon, 4 Jul 2022 08:53:57 +0000 (11:53 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Tue, 12 Jul 2022 06:09:29 +0000 (09:09 +0300)
commitdbb5bacdafaa2e73ea4a9f259badf5c29e40610f
tree8d240fa8eb2db24f006fdf9e82847bb67c78ec94
parente3c4ab82990eb4bf5113eb02ca473c925b76e540
habanalabs: make sure variable is set before used

timestamp could be unset in both _hl_interrupt_wait_ioctl() and
_hl_interrupt_wait_ioctl_user_addr() so it is better to explicitly
initialize it to 0 when declaring it.

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