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:
Pierre-Louis Bossart 2018-04-04 18:46:49 -05:00 committed by Liam Girdwood
parent 0f71a415ab
commit a8bab6df81
3 changed files with 5 additions and 5 deletions

View File

@ -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 */