--- On Sat, 11/20/10, Uwe Kleine-König <u.kleine-koenig at pengutronix.de> wrote: > > + void > *nonconst_tx = (void *)xfer->tx_buf; /* shut up gcc */ Reads like a bad patch to me. Fix the bug, don't just silence GCC. Or at least use a better comment mentioning a constness cast problems). - Dave