14 May
2017
14 May
'17
12:11 p.m.
On Fri, May 05, 2017 at 10:42:15AM -0700, Ryan Lee wrote:
Signed-off-by: Ryan Lee ryans.lee@maximintegrated.com
The subject line suggests that this is adding two new features. Unless they are very closely related in the code they should be submitted as separate patches as covered in SubmittingPatches.
default:
dev_err(codec->dev, "DAI clock mode unsupported");
return -EINVAL; }dev_err(codec->dev, "DAI clock mode unsupported\n");
It also seems like there are a number of unrelated stylistic changes in this patch. While it's fine to make such changes they too should be in separate patches.