mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
soc: rpmh-rsc: Initialize aoss_irq_sts
This change is to add missing initialization. Change-Id: Icdec51afb78bb294b4649c85b6fef087dc554984 Signed-off-by: Tushar Nimkar <quic_tnimkar@quicinc.com> Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
This commit is contained in:
parent
db1207c6eb
commit
197cd9096c
|
|
@ -932,7 +932,7 @@ static void print_tcs_info(struct rsc_drv *drv, int tcs_id, unsigned long *accl,
|
|||
void rpmh_rsc_debug(struct rsc_drv *drv, struct completion *compl)
|
||||
{
|
||||
struct irq_data *rsc_irq_data = irq_get_irq_data(drv->irq);
|
||||
bool gic_irq_sts, aoss_irq_sts;
|
||||
bool gic_irq_sts, aoss_irq_sts = false;
|
||||
int i;
|
||||
int busy = 0;
|
||||
unsigned long accl = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user