Merge "soc: rpmh-rsc: Initialize aoss_irq_sts"

This commit is contained in:
qctecmdr 2022-11-22 11:43:24 -08:00 committed by Gerrit - the friendly Code Review server
commit 55a06f0ea5

View File

@ -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;