Re: [linux-sunxi] [PATCH 2/6] clk: sunxi: Add H3 clocks support

From: Jens Kuske
Date: Thu Oct 22 2015 - 03:49:50 EST



On 22/10/15 02:15, Julian Calaby wrote:
>
> This hunk should be in patch 1:

Indeed, Thanks.

Jens

>
>> @@ -1000,9 +1005,8 @@ static void __init sunxi_divs_clk_setup(struct device_node *node,
>>
>> for (i = 0; i < SUNXI_DIVS_BASE_NAME_MAX_LEN - 1 &&
>> clk_name[i] != '_' &&
>> - clk_name[i] != '\0'; i++) {
>> + clk_name[i] != '\0'; i++)
>> base_name[i] = clk_name[i];
>> - }
>>
>> base_name[i] = '\0';
>> factors.name = base_name;
>
> Thanks,
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/