From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 3 Nov 2015 13:22:03 +0800 Subject: [U-Boot] [PATCH 8/8] spi: altera_spi: minor clean up In-Reply-To: <1446189498-26549-8-git-send-email-thomas@wytron.com.tw> References: <1446189498-26549-1-git-send-email-thomas@wytron.com.tw> <1446189498-26549-8-git-send-email-thomas@wytron.com.tw> Message-ID: <5638447B.5080307@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 > Cc: Jagan Teki > --- > drivers/spi/altera_spi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-nios. > diff --git a/drivers/spi/altera_spi.c b/drivers/spi/altera_spi.c > index e49949b..432a8e7 100644 > --- a/drivers/spi/altera_spi.c > +++ b/drivers/spi/altera_spi.c > @@ -193,7 +193,7 @@ static const struct dm_spi_ops altera_spi_ops = { > }; > > static const struct udevice_id altera_spi_ids[] = { > - { .compatible = "altr,spi-1.0", }, > + { .compatible = "altr,spi-1.0" }, > { } > }; > >