[PATCH v4 01/10] PWM: add pwm framework support

Lars-Peter Clausen lars at metafoo.de
Wed Mar 14 16:52:39 EDT 2012


On 03/14/2012 04:56 PM, Thierry Reding wrote:
> [...]
> +struct pwm_chip {
> +	int			pwm_id;
> +	const char		*label;
> +	struct pwm_ops		*ops;

Nothing major, but if you are going for another round it would be good to see
ops made const.

> +};




More information about the linux-arm-kernel mailing list