lkml.org 
[lkml]   [2000]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: PCMCIA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.049 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site