From: dmitry p. <dpe...@gm...> - 2005-12-19 15:50:26
|
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)" ? |