crypto: rockchip: rkce: fix typo in rkce_init

rkce_check_version need rkce_reg as parameter rather than
rkce_hw.

Change-Id: I8e95df8ac04a78bb7972c611711302de17a21078
Signed-off-by: troy.lin <troy.lin@rock-chips.com>
This commit is contained in:
troy.lin
2025-04-09 10:23:33 +08:00
committed by Tao Huang
parent 830789197e
commit 1f4f22caeb

View File

@@ -250,7 +250,7 @@ static int rkce_init(void *rkce_hw)
uint32_t value = 0;
int ret;
ret = rkce_check_version(rkce_hw);
ret = rkce_check_version(rkce_reg);
if (ret)
goto exit;