Re: [spi-devel-general] Re: [PATCH/RFC] SPI: async messagehanding library update

From: dmitry pervushin
Date: Mon Dec 19 2005 - 10:49:18 EST


On Sun, 2005-12-18 at 10:59 -0800, David Brownell wrote:
> chipselect = !t->cs_change;
> if (chipselect);
> continue;
>
> bitbang->chipselect(spi, 0);
>
> /* REVISIT do we want the udelay here instead?
> */
> msleep(1);
Ohhh. Have you intentionally put the semicolon after "if
(chipselect)" ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/