Commit f6e20967 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Greg Kroah-Hartman

soundwire: cadence_master: balance parentheses

While not strictly necessary, balanced parentheses help with code
readability.
Reviewed-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bbb63817
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment