mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
soc: rockchip: sip: Fix sip_fiq_control parameter passing error
Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com> Change-Id: Ie4fcde48212cfa723d6a6cfb7f03f43468159150
This commit is contained in:
@@ -532,7 +532,7 @@ int sip_fiq_control(u32 sub_func, u32 irq, unsigned long data)
|
||||
struct arm_smccc_res res;
|
||||
|
||||
res = __invoke_sip_fn_smc(RK_SIP_FIQ_CTRL,
|
||||
sub_func, irq, 0);
|
||||
sub_func, irq, data);
|
||||
return res.a0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(sip_fiq_control);
|
||||
|
||||
Reference in New Issue
Block a user