mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Merge "soc: rpmh-rsc: Initialize aoss_irq_sts"
This commit is contained in:
commit
55a06f0ea5
|
|
@ -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