From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 3 Nov 2015 13:21:49 +0800 Subject: [U-Boot] [PATCH 7/8] misc: altera_sysid: minor clean up In-Reply-To: <1446189498-26549-7-git-send-email-thomas@wytron.com.tw> References: <1446189498-26549-1-git-send-email-thomas@wytron.com.tw> <1446189498-26549-7-git-send-email-thomas@wytron.com.tw> Message-ID: <5638446D.7060304@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?10?30? 15:18, Thomas Chou wrote: > - Remove the penultimate comma in of_match ids > > Signed-off-by: Thomas Chou > --- > 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" }, > { } > }; > >