* [merged] drivers-gpu-drm-drm_memoryc-fix-check-for-end-of-loop.patch removed from -mm tree
@ 2010-05-06 16:08 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2010-05-06 16:08 UTC (permalink / raw)
To: error27, airlied, eric, mm-commits
The patch titled
drivers/gpu/drm/drm_memory.c: fix check for end of loop
has been removed from the -mm tree. Its filename was
drivers-gpu-drm-drm_memoryc-fix-check-for-end-of-loop.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: drivers/gpu/drm/drm_memory.c: fix check for end of loop
From: Dan Carpenter <error27@gmail.com>
"agpmem" is never NULL here.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/gpu/drm/drm_memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/gpu/drm/drm_memory.c~drivers-gpu-drm-drm_memoryc-fix-check-for-end-of-loop drivers/gpu/drm/drm_memory.c
--- a/drivers/gpu/drm/drm_memory.c~drivers-gpu-drm-drm_memoryc-fix-check-for-end-of-loop
+++ a/drivers/gpu/drm/drm_memory.c
@@ -77,7 +77,7 @@ static void *agp_remap(unsigned long off
&& (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >=
(offset + size))
break;
- if (!agpmem)
+ if (&agpmem->head == &dev->agp->memory)
return NULL;
/*
_
Patches currently in -mm which might be from error27@gmail.com are
origin.patch
linux-next.patch
scsi-remove-superfluous-null-pointer-check-from-scsi_kill_request.patch
mm-document-follow_page.patch
dynamic_debug-small-cleanup-in-ddebug_proc_write.patch
sis-strcpy-=-strlcpy.patch
proc-cleanup-remove-unused-assignments.patch
fs-sysv-dereferencing-err_ptr.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-06 19:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 16:08 [merged] drivers-gpu-drm-drm_memoryc-fix-check-for-end-of-loop.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox