remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 4 Jan 2023 11:53:41 +0000 (12:53 +0100)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 4 Jan 2023 22:46:17 +0000 (15:46 -0700)
commitac8723e888805345e11785846304373277aec532
tree0cbc9ff0e24102aeaf5adbf0961e4648ed5ed83f
parentfad151d52ba4075f19573a91ada0c636eb96a349
remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()

That variable was used twice, but now it's just used once to store
msecs_to_jiffies(wait), fed to wait_event_timeout(): we might as
well remove it for the sake of cleaning up.

This brings no functional changes.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230104115341.320951-3-angelogioacchino.delregno@collabora.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/mtk_scp_ipi.c