Re: PCMCIA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Linus Torvalds (torvalds@transmeta.com)
Thu, 13 Jan 2000 10:43:33 -0800 (PST)


On Thu, 13 Jan 2000, Linus Torvalds wrote:
>
> Try changing drivers/pcmcia/cs.c, alloc_io_space(), line 746 or so, which
> looks like
>
> if ((*base & ~(align-1)) {
> ..
>
> to
>
> if (align && (*base & (align-1)) {

Duh. Add an extra closing parens, of course ;)

Linus

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