drm: fix end of loop test
authorDan Carpenter <error27@gmail.com>
Thu, 19 Aug 2010 09:39:57 +0000 (11:39 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 19 Aug 2010 22:48:34 +0000 (08:48 +1000)
"agpmem" is never NULL here because it is the list cursor of a
list_for_each_entry() list.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found