15 Jun
2017
15 Jun
'17
10:12 p.m.
On Thu, Jun 15, 2017 at 07:32:53PM +0200, Christophe JAILLET wrote:
Le 15/06/2017 à 19:20, Mark Brown a écrit :
- memcpy(soc_dai, &rockchip_i2s_dai, sizeof(*soc_dai)); if (!of_property_read_u32(node, "rockchip,playback-channels", &val)) { if (val >= 2 && val <= 8) soc_dai->playback.channels_max = val;
Thanks for taking the patch, but there is a typo in it. A comma is missing as spotted by the kbuild test robot.
I hope that you have seen it and fixed it before applying.
Ugh, no. Like the mail says this is the patch that got applied. The kbuild tests were against the rockchip tree not mine so i thought this was something else...