> > @@ -16,6 +16,7 @@ struct led_pwm { > > struct led_pwm_platform_data { > > int num_leds; > > struct led_pwm *leds; > > + char *name; > > }; > > Shouldn't '*name'be aligned, at least with '*leds'? Sure, will take care of this in the v2 patch. Thanks and Regards, Arun R Murthy -------------