[U-Boot] [PATCH 8/8] spi: altera_spi: minor clean up
Thomas Chou
thomas at wytron.com.tw
Tue Nov 3 06:22:03 CET 2015
On 2015年10月30日 15:18, Thomas Chou 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>
> ---
> 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" },
> { }
> };
>
>
More information about the U-Boot
mailing list