linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: James Simmons <jsimmons@transvirtual.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Re: 2.5 offb breakage
Date: Wed, 31 Jul 2002 20:07:07 +0200	[thread overview]
Message-ID: <20020731180708.19824@192.168.4.1> (raw)
In-Reply-To: <Pine.LNX.4.44.0207311049150.13905-100000@www.transvirtual.com>

>-	info =
>-	    kmalloc(sizeof(struct fb_info) + sizeof(struct display) +
>-		    sizeof(u32) * 17, GFP_ATOMIC);
>+	size = sizeof(struct fb_info) + sizeof(struct display) + sizeof(u32) * 17;
>+
>+	info = kmalloc(size, GFP_ATOMIC);

Ok, I fixed that in my tree as well, but didn't yet test with
CONFIG_FBCON_ACCEL _and_ that fix. I'll do that now.

Ben.




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31

  reply	other threads:[~2002-07-31 18:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-31 12:49 2.5 offb breakage Benjamin Herrenschmidt
2002-07-31 17:18 ` James Simmons
2002-07-31 17:42   ` Benjamin Herrenschmidt
2002-07-31 18:00     ` James Simmons
2002-07-31 18:07       ` Benjamin Herrenschmidt [this message]
2002-07-31 18:18       ` Benjamin Herrenschmidt
2002-07-31 17:18 ` James Simmons

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=20020731180708.19824@192.168.4.1 \
    --to=benh@kernel.crashing.org \
    --cc=jsimmons@transvirtual.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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;
as well as URLs for NNTP newsgroup(s).