mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user