* [PATCH] imsttfb small fix
@ 2003-05-30 22:28 Boris Bezlaj
0 siblings, 0 replies; only message in thread
From: Boris Bezlaj @ 2003-05-30 22:28 UTC (permalink / raw)
To: linux-fbdev-devel; +Cc: kernel-janitor-discuss
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-30 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-30 22:28 [PATCH] imsttfb small fix Boris Bezlaj
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).