Error: Wacky! Unable to decode failure status
David Woodhouse
dwmw2 at infradead.org
Tue May 6 02:50:06 EDT 2003
On Mon, 2003-05-05 at 23:49, Michael Moedt wrote:
> (You'll have to correct for the altering that yahoo
> mail does to the text. I can't use my normal outgoing
> email server because it fights with infradead's.)
What was the problem? We can make exceptions to RBL lists if that helps.
> +#ifdef CFIDEV_BUSWIDTH_8
> + __u64 ones = 0;
> +#else
> __u32 ones = 0;
> +#endif
cfi_word is there to prevent these ifdefs.
> + if ( CFIDEV_BUSWIDTH == CFIDEV_BUSWIDTH_1 ) {
Use cfi_buswidth_is_1() et al. Then the compiler really will be able to
optimise them out in the appropriate cases.
--
dwmw2
More information about the linux-mtd
mailing list