All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Belay <ambx1@neo.rr.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PnP Changes for 2.5.66
Date: Fri, 4 Apr 2003 00:13:10 +0000	[thread overview]
Message-ID: <20030404001310.GK11574@neo.rr.com> (raw)
In-Reply-To: <20030404000731.GB11574@neo.rr.com>

diff -Nru a/sound/isa/als100.c b/sound/isa/als100.c
--- a/sound/isa/als100.c	Thu Apr  3 23:40:33 2003
+++ b/sound/isa/als100.c	Thu Apr  3 23:40:33 2003
@@ -121,7 +121,7 @@
 					    const struct pnp_card_device_id *id)
 {
 	struct pnp_dev *pdev;
-	struct pnp_resource_table * cfg = kmalloc(GFP_ATOMIC, sizeof(struct pnp_resource_table));
+	struct pnp_resource_table *cfg = kmalloc(sizeof(*cfg), GFP_KERNEL);
 	int err;
 	if (!cfg)
 		return -ENOMEM;

  parent reply	other threads:[~2003-04-04  5:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-04  0:07 [PATCH] PnP Changes for 2.5.66 Adam Belay
2003-04-04  0:08 ` Adam Belay
2003-04-04  0:08 ` Adam Belay
2003-04-04  0:09 ` Adam Belay
2003-04-04  0:10 ` Adam Belay
2003-04-04  0:11 ` Adam Belay
2003-04-04  0:11 ` Adam Belay
2003-04-04  0:12 ` Adam Belay
2003-04-04  0:12 ` Adam Belay
2003-04-04  0:13 ` Adam Belay [this message]
2003-04-04  0:13 ` Adam Belay
  -- strict thread matches above, loose matches on Subject: below --
2003-03-25 22:33 Adam Belay
2003-03-25 22:33 ` Adam Belay
2003-03-25 22:34 ` Adam Belay
2003-03-25 22:35 ` Adam Belay
2003-03-25 22:36 ` Adam Belay
2003-03-25 22:37 ` Adam Belay
2003-03-25 22:37 ` Adam Belay

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=20030404001310.GK11574@neo.rr.com \
    --to=ambx1@neo.rr.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.