1
0
Fork 0

soundwire: cadence_master: balance parentheses

While not strictly necessary, balanced parentheses help with code
readability.

Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Pierre-Louis Bossart 2019-05-01 10:57:42 -05:00 committed by Greg Kroah-Hartman
parent bbb6381727
commit f6e20967d8
1 changed files with 2 additions and 1 deletions

View File

@ -569,8 +569,9 @@ irqreturn_t sdw_cdns_irq(int irq, void *dev_id)
cdns->defer->length, 0);
complete(&cdns->defer->complete);
cdns->defer = NULL;
} else
} else {
complete(&cdns->tx_complete);
}
}
if (int_status & CDNS_MCP_INT_CTRL_CLASH) {