[U-Boot] [PATCH 7/8] misc: altera_sysid: minor clean up

Thomas Chou thomas at wytron.com.tw
Tue Nov 3 06:21:49 CET 2015



On 2015年10月30日 15:18, Thomas Chou wrote:
> - Remove the penultimate comma in of_match ids
>
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---
>   drivers/misc/altera_sysid.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied to u-boot-nios.

> diff --git a/drivers/misc/altera_sysid.c b/drivers/misc/altera_sysid.c
> index 249b273..1859b80 100644
> --- a/drivers/misc/altera_sysid.c
> +++ b/drivers/misc/altera_sysid.c
> @@ -87,7 +87,7 @@ static const struct misc_ops altera_sysid_ops = {
>   };
>
>   static const struct udevice_id altera_sysid_ids[] = {
> -	{ .compatible = "altr,sysid-1.0", },
> +	{ .compatible = "altr,sysid-1.0" },
>   	{ }
>   };
>
>


More information about the U-Boot mailing list