public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: MrChuoi <MrChuoi@yahoo.com>
To: Dave Jones <davej@suse.de>, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.1-dj13
Date: Mon, 7 Jan 2002 10:51:05 +0700	[thread overview]
Message-ID: <20020107034422.40EC94E4FD@mail.vnsecurity.net> (raw)
In-Reply-To: <20020107015046.A9687@suse.de>
In-Reply-To: <20020107015046.A9687@suse.de>

[-- Attachment #1: Type: text/plain, Size: 13 bytes --]

Some patches

[-- Attachment #2: patch-2.5.2-dj --]
[-- Type: text/x-diff, Size: 969 bytes --]

--- drivers/sound/via82cxxx_audio.c.orig	Mon Jan  7 10:02:57 2002
+++ drivers/sound/via82cxxx_audio.c	Mon Jan  7 10:03:20 2002
@@ -1358,7 +1358,7 @@
 
 static int via_mixer_open (struct inode *inode, struct file *file)
 {
-	int minor = MINOR(inode->i_rdev);
+	int minor = minor(inode->i_rdev);
 	struct via_info *card;
 	struct pci_dev *pdev;
 	struct pci_driver *drvr;
@@ -2974,7 +2974,7 @@
 
 static int via_dsp_open (struct inode *inode, struct file *file)
 {
-	int minor = MINOR(inode->i_rdev);
+	int minor = minor(inode->i_rdev);
 	struct via_info *card;
 	struct pci_dev *pdev;
 	struct via_channel *chan;
--- init/do_mounts.c.orig	Mon Jan  7 09:52:14 2002
+++ init/do_mounts.c	Mon Jan  7 09:53:24 2002
@@ -753,7 +753,7 @@
 	int error;
 	int i, pid;
 
-	create_dev("/dev/root.old", to_kdevt(ram0), NULL);
+	create_dev("/dev/root.old", ram0, NULL);
 	mount_block_root("/dev/root.old", root_mountflags & ~MS_RDONLY);
 	sys_mkdir("/old", 0700);
 	sys_chdir("/old");

  parent reply	other threads:[~2002-01-07  3:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-07  1:50 2.5.1-dj13 Dave Jones
2002-01-07  2:41 ` 2.5.1-dj13 Bernd Eckenfels
2002-01-07 12:51   ` 2.5.1-dj13 Dave Jones
2002-01-07  3:51 ` MrChuoi [this message]
2002-01-07 19:15 ` 2.5.1-dj13 Gérard Roudier
     [not found] <200201071719.JAA03321@cesium.transmeta.com>
2002-01-07 17:26 ` 2.5.1-dj13 Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020107034422.40EC94E4FD@mail.vnsecurity.net \
    --to=mrchuoi@yahoo.com \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox