linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Boris Bezlaj <boris@gajba.net>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: kernel-janitor-discuss@lists.sourceforge.net
Subject: [PATCH] imsttfb small fix
Date: Sat, 31 May 2003 00:28:44 +0200	[thread overview]
Message-ID: <20030530222844.GA1426@gajba.net> (raw)

Hi,
patch below should shut the bug messages at kbugs.org(unreleased region,
memory non-free). Please apply(2.5.70).

BTW, i would apreciate some more brainpower  on how to solve this
problem..see photo: http://knjiznica-jesenice.org/~boris/boot/screen.jpg
(wrapping of graphics on left/right border of visible screen).

--- linux-2.5.50/drivers/video/imsttfb.c.orig	2003-05-30 23:43:42.000000000 +0200
+++ linux-2.5.50/drivers/video/imsttfb.c	2003-05-30 23:44:19.000000000 +0200
@@ -1495,6 +1495,8 @@
 		default:
 			printk(KERN_INFO "imsttfb: Device 0x%x unknown, "
 					 "contact maintainer.\n", pdev->device);
+			release_mem_region(addr, size);
+			kfree(info);
 			return -ENODEV;
 	}
 


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5

                 reply	other threads:[~2003-05-30 22:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030530222844.GA1426@gajba.net \
    --to=boris@gajba.net \
    --cc=kernel-janitor-discuss@lists.sourceforge.net \
    --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).