9
0
Fork 0

SPI: i.MX: Remove redundant assignment

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-04-27 10:17:07 +04:00 committed by Sascha Hauer
parent 7f5c73b939
commit ece46dd3fc
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ static void imx_spi_do_transfer(struct spi_device *spi, struct spi_transfer *t)
static int imx_spi_transfer(struct spi_device *spi, struct spi_message *mesg)
{
struct imx_spi *imx = container_of(spi->master, struct imx_spi, master);
struct spi_transfer *t = NULL;
struct spi_transfer *t;
imx->chipselect(spi, 1);