All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix i810_dma.c freeing mem inside mem_map
@ 2002-02-08  5:12 William Lee Irwin III
  2002-02-08 12:31 ` Hugh Dickins
  0 siblings, 1 reply; 3+ messages in thread
From: William Lee Irwin III @ 2002-02-08  5:12 UTC (permalink / raw)
  To: linux-kernel

--- linux/drivers/char/drm/i810_dma.c.bak	Thu Feb  7 21:09:49 2002
+++ linux/drivers/char/drm/i810_dma.c	Thu Feb  7 21:09:59 2002
@@ -301,7 +301,7 @@
 		atomic_dec(&p->count);
 		clear_bit(PG_locked, &p->flags);
 		wake_up_page(p);
-		free_page(p);
+		free_page(page);
 	}
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-08 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-08  5:12 [PATCH] fix i810_dma.c freeing mem inside mem_map William Lee Irwin III
2002-02-08 12:31 ` Hugh Dickins
2002-02-08 16:49   ` William Lee Irwin III

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.