On 02/06/2018 01:20 PM, Krzysztof Kozlowski wrote: >> @@ -1214,30 +1216,35 @@ static int i2s_register_clock_provider(struct platform_device *pdev) >> clk_put(rclksrc); >> } >> >> + for (i = 0; i < ARRAY_SIZE(i2s_clk_desc); i++) >> + i2s_clk_name[i] = devm_kasprintf(dev, GFP_KERNEL, "%s_%s", >> + dev_name(dev), i2s_clk_desc[i]); > > kasprintf() might return NULL and later it is being used as clock > name. I think you should handle such error. Right, I will fix that in next version, thanks for your review. -- Regards, Sylwester -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html