mirror of https://github.com/thesofproject/sof.git
clean: fix style warning before big SOF rename
Remove checkpatch warnings before the rename to better track real ones Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
0f71a415ab
commit
a8bab6df81
|
@ -82,7 +82,7 @@ void irq_unregister_child(struct irq_parent *parent, int irq)
|
|||
spin_lock(&parent->lock);
|
||||
|
||||
/* does child already exist ? */
|
||||
if (parent->child[REEF_IRQ_BIT(irq)] == NULL)
|
||||
if (!parent->child[REEF_IRQ_BIT(irq)])
|
||||
goto finish;
|
||||
|
||||
/* free child */
|
||||
|
|
Loading…
Reference in New Issue