public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] spi: tegra114_spi: Convert to use spi_alloc_slave()
Date: Thu, 13 Jun 2013 12:48:47 +0200	[thread overview]
Message-ID: <201306131248.47198.marex@denx.de> (raw)
In-Reply-To: <1371111467.24768.3.camel@phoenix>

Dear Axel Lin,

> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> Forgot to CC mailing list, so here is a resend.
>  drivers/spi/tegra114_spi.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/drivers/spi/tegra114_spi.c b/drivers/spi/tegra114_spi.c
> index b11a0a1..4d2af48 100644
> --- a/drivers/spi/tegra114_spi.c
> +++ b/drivers/spi/tegra114_spi.c
> @@ -152,13 +152,11 @@ struct spi_slave *tegra114_spi_setup_slave(unsigned
> int bus, unsigned int cs, return NULL;
>  	}
> 
> -	spi = malloc(sizeof(struct tegra_spi_slave));
> +	spi = spi_alloc_slave(struct tegra_spi_slave, bus, cs);
>  	if (!spi) {
>  		printf("SPI error: malloc of SPI structure failed\n");
>  		return NULL;
>  	}
> -	spi->slave.bus = bus;
> -	spi->slave.cs = cs;
>  	spi->ctrl = &spi_ctrls[bus];
>  	if (!spi->ctrl) {
>  		printf("SPI error: could not find controller for bus %d\n",

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut

  parent reply	other threads:[~2013-06-13 10:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-13  8:17 [U-Boot] [PATCH 1/2] spi: tegra114_spi: Convert to use spi_alloc_slave() Axel Lin
2013-06-13  8:21 ` [U-Boot] [PATCH 2/2] spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave Axel Lin
2013-06-13 10:48   ` Marek Vasut
2013-06-13 14:08     ` Jagan Teki
2013-06-13 17:33   ` [U-Boot] [U-Boot, " Jagan Teki
2013-06-13 10:48 ` Marek Vasut [this message]
2013-06-13 14:08   ` [U-Boot] [PATCH 1/2] spi: tegra114_spi: Convert to use spi_alloc_slave() Jagan Teki
2013-06-13 17:33 ` [U-Boot] [U-Boot, " Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201306131248.47198.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox