[PATCH] Re: Linux 2.5.38

Rasmus Andersen (rasmus@jaquet.dk)
Thu, 26 Sep 2002 22:40:18 +0200


--adJ1OR3c6QgCpb/j
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Sep 21, 2002 at 09:34:18PM -0700, Linus Torvalds wrote:
>=20
> Trying to be a bit more timely about releases, especially since some=20
> people couldn't use 2.5.37 due to the X lockup that should hopefully
> be fixed (no idea _why_ that old bug only started to matter recently, the=
=20
> bug itself was several months old).

This trivial patch fixes a trivial bug in drivers/cdrom/gscd.c:

--- linux-2.5.38/drivers/cdrom/gscd.c Sun Sep 22 06:24:58 2002
+++ linux-2.5.38-new/drivers/cdrom/gscd.c Thu Sep 26 22:38:11 2002
@@ -901,7 +901,7 @@
static struct gendisk gscd_disk =3D {
.major =3D MAJOR_NR,
.first_minor =3D 0,
- ,minor_shift =3D 0,
+ .minor_shift =3D 0,
.fops =3D &gscd_fops,
.major_name =3D "gscd"
};

Regards,
Rasmus

--adJ1OR3c6QgCpb/j
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9k3CylZJASZ6eJs4RAphyAKCTUBaAPNxfAQtFeEtv/85k9ejR0QCcDlYZ
CyjrNFgBRWENKwtE6ETXJ28=
=Xt9T
-----END PGP SIGNATURE-----

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