diff mbox

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

Message ID 1446189498-26549-7-git-send-email-thomas@wytron.com.tw
State Accepted, archived
Delegated to: Thomas Chou
Headers show

Commit Message

Thomas Chou Oct. 30, 2015, 7:18 a.m. UTC
- Remove the penultimate comma in of_match ids

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
 drivers/misc/altera_sysid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jagan Teki Oct. 30, 2015, 8:14 a.m. UTC | #1
On 30 October 2015 at 12:48, Thomas Chou <thomas@wytron.com.tw> wrote:
> - Remove the penultimate comma in of_match ids
>
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> ---

Reviewed-by: Jagan Teki <jteki@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!
Thomas Chou Nov. 3, 2015, 5:21 a.m. UTC | #2
On 2015年10月30日 15:18, Thomas Chou wrote:
> - Remove the penultimate comma in of_match ids
>
> Signed-off-by: Thomas Chou <thomas@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" },
>   	{ }
>   };
>
>
diff mbox

Patch

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" },
 	{ }
 };