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

Jagan Teki jteki at openedev.com
Fri Oct 30 09:14:29 CET 2015


On 30 October 2015 at 12:48, Thomas Chou <thomas at wytron.com.tw> wrote:
> - Remove the penultimate comma in of_match ids
>
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---

Reviewed-by: Jagan Teki <jteki at openedev.com>

>  drivers/misc/altera_sysid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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" },
>         { }
>  };
>

thanks!
-- 
Jagan | openedev.


More information about the U-Boot mailing list