提交 f6e20967 编写于 作者: P Pierre-Louis Bossart 提交者: Greg Kroah-Hartman

soundwire: cadence_master: balance parentheses

While not strictly necessary, balanced parentheses help with code
readability.
Reviewed-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册