Hello Trent,
> diff --git a/include/linux/leds.h b/include/linux/leds.h
> index 376fe07..66e7d75 100644
> --- a/include/linux/leds.h
> +++ b/include/linux/leds.h
> @@ -141,9 +141,14 @@ struct gpio_led {
> const char *name;
> const char *default_trigger;
> unsigned gpio;
> - u8 active_low : 1;
> - u8 retain_state_suspended : 1;
> + unsigned active_low : 1;
> + unsigned retain_state_suspended : 1;
> + unsigned default_state : 2;
> + /* default_state should be one of LEDS_GPIO_DEFSTATE_(ON|OFF|KEEP) */Any specific reason for the change from u8 to unsigned? Could be mentioned in the patch description maybe. And what Sean mentioned :) Other than that: Acked-by: Wolfram Sang <[email protected]> -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ |
signature.asc
Description: Digital signature
_______________________________________________ Linuxppc-dev mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-dev
