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

