[U-Boot] [PATCH 8/8] spi: altera_spi: minor clean up
Jagan Teki
jteki at openedev.com
Fri Oct 30 09:15:22 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>
> Cc: Jagan Teki <jteki at openedev.com>
> ---
Reviewed-by: Jagan Teki <jteki at openedev.com>
> drivers/spi/altera_spi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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" },
> { }
> };
>
> --
thanks!
--
Jagan | openedev.
More information about the U-Boot
mailing list