Re: [PATCH v2 7/7] pinctrl: qcom-spmi-gpio: Migrate to pinconf-generic

From: SÃren Brinkmann
Date: Fri Dec 05 2014 - 12:09:08 EST


On Fri, 2014-12-05 at 09:59AM +0200, Ivan T. Ivanov wrote:
>
> On Thu, 2014-11-27 at 17:26 -0800, Soren Brinkmann wrote:
> >
> > static const struct pinconf_ops pmic_gpio_pinconf_ops = {
> > + .is_generic= true,
> > .pin_config_group_get= pmic_gpio_config_get,
> > .pin_config_group_set= pmic_gpio_config_set,
> > .pin_config_group_dbg_show= pmic_gpio_config_dbg_show,
> > @@ -848,6 +742,9 @@ static int pmic_gpio_probe(struct platform_device *pdev)
> > pctrldesc->name = dev_name(dev);
> > pctrldesc->pins = pindesc;
> > pctrldesc->npins = npins;
> > + pctrldesc->num_dt_params = ARRAY_SIZE(pmic_gpio_bindings);
> > + pctrldesc->params = pmic_gpio_bindings;
> > + pctrldesc->conf_items = pmic_conf_items;
> >
>
> What will happen if number of conf_items is less than number of params?

I suppose bad things :) You're right, that should probably be checked
somewhere. Let me see whether I find a good place to put such a check.

Thanks,
SÃren
--
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/