On Wed, 23 Sep 2015, Oleksij Rempel wrote:

Subject: irqchip/mxs: ..... Please

> +struct icoll_priv {
> +     void __iomem *vector;
> +     void __iomem *levelack;
> +     void __iomem *ctrl;
> +     void __iomem *stat;
> +     void __iomem *intr;
> +     /* number of interrupts per register */
> +     int intr_per_reg;

Why are you adding this here just to remove it in the next patch?

> +     void __iomem *clear;

Please do not add members which are not required for the preparatory
step.

Thanks,

        tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to