Hello!
On Wed, 2006-08-16 at 02:13 +0200, Fredrik Tolf wrote:
> I'm not really sure if this is the right place to report this bug, since
> it is in spectrum_cs.c, but isn't spectrum_cs.c somehow part of orinoco?
> Please correct me if I'm wrong.
You are right.
> Anyway, I discovered it recently when upgrading to the 2.6.17 kernel,
> where a much more recent version of orinoco has finally been integrated,
> but refused to handle my card. It's a matter of a very simple typo in
> spectrum_reset. It says the following:
>
> /* Doing it if hardware is gone is guaranteed crash */
> if (pcmcia_dev_present(link))
> return -ENODEV;
>
> That should obviously be "if (pcmcia_dev_present(link) == NULL)",
> however. Again, please correct me if this isn't the right place to
> report this bug.
Thank you! The funny thing is, I was debugging that problem while your
e-mail came. I guess you beat me by a few minutes.
I'm applying it to Subversion and sending it to the upstream
maintainers.
--
Regards,
Pavel Roskin
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|