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

From: Linus Torvalds (torvalds@transmeta.com)
Date: Thu Jan 13 2000 - 13:43:33 EST


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/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:22 EST