Re: [2.5.70] oops when rmmod yenta_socket

John M Flinchbaugh (glynis@butterfly.hjsoft.com)
Tue, 27 May 2003 11:21:26 -0400


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-14808-1054049067-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, May 27, 2003 at 02:08:05PM +0100, Russell King wrote:
> On Tue, May 27, 2003 at 08:49:52AM -0400, John M Flinchbaugh wrote:
> > i shutdown pcmcia and tried to rmmod yenta_socket, and i got the oops
> > below at the end of this dmesg. so far, 2.5.70 has looked alot like
> > 2.5.69-bk11 that i'd been running before.
> Try this patch, thanks to Pavel Roskin for this.
> --- linux.orig/drivers/pcmcia/pci_socket.c
> +++ linux/drivers/pcmcia/pci_socket.c
> @@ -196,9 +196,9 @@ static void __devexit cardbus_remove (st
> pci_socket_t *socket =3D pci_get_drvdata(dev);
> =20
> /* note: we are already unregistered from the cs core */
> + class_device_unregister(&socket->cls_d.class_dev);
> if (socket->op && socket->op->close)
> socket->op->close(socket);
> - class_device_unregister(&socket->cls_d.class_dev);
> pci_set_drvdata(dev, NULL);
> }

it worked nicely. thank you.
--=20
____________________}John Flinchbaugh{______________________
| glynis@hjsoft.com http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~

--=_courier-14808-1054049067-0001-2
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+04J2CGPRljI8080RAsAXAJ9QGAcoxNR2ymJnknm8GXmmTlPc9gCaA7C+
bbvjHywYRuJVJYdwMM8ynro=
=tC0x
-----END PGP SIGNATURE-----

--=_courier-14808-1054049067-0001-2--