On 03/14/2012 09:56 AM, Thierry Reding wrote: > From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > This patch adds framework support for PWM (pulse width modulation) devices. ... > diff --git a/drivers/pwm/core.c b/drivers/pwm/core.c ... > +/** > + * pwmchip_add() - register a new pwm > + * @chip: the pwm > + * > + * register a new pwm. pwm->pwm_id must be initialized. if pwm_id < 0 then > + * a dynamically assigned id will be used, otherwise the id specified, > + */ I don't see anywhere in the code that implements "if pwm_id < 0 then a dynamically assigned id will be used". -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html