[PATCH] Re: Linux 2.5.38

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Thu Sep 26 2002 - 15:40:18 EST


On Sat, Sep 21, 2002 at 09:34:18PM -0700, Linus Torvalds wrote:
>
> Trying to be a bit more timely about releases, especially since some
> 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
> 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 = {
         .major = MAJOR_NR,
         .first_minor = 0,
- ,minor_shift = 0,
+ .minor_shift = 0,
         .fops = &gscd_fops,
         .major_name = "gscd"
 };

Regards,
  Rasmus



-
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/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:28 EST