Re: [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure

From: Sekhar Nori
Date: Thu Feb 07 2019 - 09:00:13 EST


On 31/01/19 7:09 PM, Bartosz Golaszewski wrote:
> +static int __init davinci_cp_intc_of_init(struct device_node *node,
> + struct device_node *parent)
> +{
> + struct davinci_cp_intc_config config = { };
> + int rv;

I think you agreed to use 'ret' elsewhere. If yes, please change this
too for consistency.

Thanks,
Sekhar